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

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-01T03:03:11.031279" elapsed="0.700400"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-01T03:03:11.782276" level="INFO">@root&gt;log:set ERROR</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-01T03:03:11.731980" elapsed="0.050368"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-01T03:03:11.784055" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-01T03:03:11.784179" level="INFO">${output} = [?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-01T03:03:11.782514" elapsed="0.001696"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-01T03:03:11.784369" elapsed="0.000207"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-01T03:03:11.784735" elapsed="0.000218"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T03:03:11.785528" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-01T03:03:11.785107" elapsed="0.000475"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-01T03:03:11.785638" elapsed="0.000055"/>
</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.187
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-01T03:03:11.029751" elapsed="0.756065"/>
</kw>
<arg>3x</arg>
<arg>1s</arg>
<arg>KarafKeywords.Issue Command On Karaf Console</arg>
<arg>log:set ${log_level}</arg>
<doc>Runs the specified keyword and retries if it fails.</doc>
<status status="PASS" start="2026-08-01T03:03:11.026097" elapsed="0.759785"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-01T03:03:11.786471" 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-08-01T03:03:11.786066" elapsed="0.000472"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-01T03:03:11.786950" 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-08-01T03:03:11.786691" elapsed="0.000316"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-01T03:03:11.787563" level="INFO">${duration_in_ms} = 60000</msg>
<var>${duration_in_ms}</var>
<arg>${duration_in_secs} * 1000</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-01T03:03:11.787172" elapsed="0.000419"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-01T03:03:11.788088" level="INFO">${duration_in_ms} = 60000</msg>
<arg>${duration_in_ms}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-01T03:03:11.787759" elapsed="0.000372"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-01T03:03:11.788666" level="INFO">${test_timeout} = 900.0</msg>
<var>${test_timeout}</var>
<arg>(${loops} * ${duration_in_secs}) * 1.5</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-01T03:03:11.788293" elapsed="0.000400"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-01T03:03:11.789190" level="INFO">${test_timeout} = 900.0</msg>
<arg>${test_timeout}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-01T03:03:11.788852" elapsed="0.000383"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="File Should Exist" owner="OperatingSystem">
<arg>${cbench_executable}</arg>
<doc>Fails unless the given ``path`` points to an existing file.</doc>
<status status="NOT RUN" start="2026-08-01T03:03:11.789532" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-01T03:03:11.789320" elapsed="0.000267"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-01T03:03:11.793876" level="INFO">${conn_id} = 2</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-01T03:03:11.793446" elapsed="0.000457"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-01T03:03:11.794978" level="INFO">Length is 0.</msg>
<msg time="2026-08-01T03:03:11.795076" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-01T03:03:11.794488" elapsed="0.000612"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-01T03:03:11.795261" elapsed="0.000344"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-01T03:03:11.796614" level="INFO">Logging into '10.30.171.65:22' as 'jenkins'.</msg>
<msg time="2026-08-01T03:03:12.522924" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat Aug  1 03:03:12 UTC 2026

  System load:  0.04               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.65
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-50965-3-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-01T03:03:11.796106" elapsed="0.726990"/>
</kw>
<msg time="2026-08-01T03:03:12.523226" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-01T03:03:11.795757" elapsed="0.727572"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-01T03:03:11.794111" elapsed="0.729350"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-01T03:03:12.533407" level="INFO">[chan 1] Opened sftp connection (server version 3)</msg>
<arg>${file}</arg>
<doc>Fails if the given ``path`` does NOT point to an existing file.</doc>
<status status="PASS" start="2026-08-01T03:03:12.523688" elapsed="0.011395"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-01T03:03:12.535439" elapsed="0.000441"/>
</kw>
<arg>${cbench_system}</arg>
<arg>${cbench_executable}</arg>
<doc>Will create connection with public key and will PASS if the given ${file} exists,
otherwise will FAIL</doc>
<status status="PASS" start="2026-08-01T03:03:11.792899" elapsed="0.743118"/>
</kw>
<status status="PASS" start="2026-08-01T03:03:11.789662" elapsed="0.746437"/>
</branch>
<status status="PASS" start="2026-08-01T03:03:11.789295" elapsed="0.746895"/>
</if>
<kw name="Should Be True" owner="BuiltIn">
<arg>${loops} &gt;= 2</arg>
<arg>If number of loops is less than 2, cbench will not run</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-01T03:03:12.536523" elapsed="0.001003"/>
</kw>
<kw name="Verify_Feature_Is_Installed" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-01T03:03:12.547746" elapsed="0.000053"/>
</return>
<status status="NOT RUN" start="2026-08-01T03:03:12.547412" elapsed="0.000452"/>
</branch>
<status status="PASS" start="2026-08-01T03:03:12.547354" elapsed="0.000541"/>
</if>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-01T03:03:12.551551" elapsed="0.000014"/>
</return>
<status status="NOT RUN" start="2026-08-01T03:03:12.551436" elapsed="0.000162"/>
</branch>
<status status="PASS" start="2026-08-01T03:03:12.551416" elapsed="0.000205"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-01T03:03:12.551760" elapsed="0.000491"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-01T03:03:12.552671" level="INFO">Logging into '10.30.170.187:8101' as 'karaf'.</msg>
<msg time="2026-08-01T03:03:12.732417" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-01T03:03:12.552403" elapsed="0.180203"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-01T03:03:12.845994" level="INFO">@root&gt;feature:list -i | 0[C 0g[Krep odl-openflowplugin-drop-test</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-01T03:03:12.732872" elapsed="0.113332"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-01T03:03:12.868532" 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-08-01T03:03:12.868769" 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-08-01T03:03:12.846500" elapsed="0.022302"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-01T03:03:12.868973" elapsed="0.000297"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-01T03:03:12.869432" elapsed="0.000342"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T03:03:12.870306" 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-08-01T03:03:12.869927" elapsed="0.000436"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-01T03:03:12.870418" elapsed="0.000054"/>
</return>
<msg time="2026-08-01T03:03:12.870640" 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.187
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-01T03:03:12.551027" elapsed="0.319647"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>${feature_name}</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-01T03:03:12.870834" elapsed="0.000573"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-01T03:03:12.871460" elapsed="0.000041"/>
</return>
<arg>odl-openflowplugin-drop-test</arg>
<doc>Will Succeed if the given ${feature_name} is found in the output of "feature:list -i"</doc>
<status status="PASS" start="2026-08-01T03:03:12.546605" elapsed="0.325002"/>
</kw>
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-01T03:03:12.875753" elapsed="0.000016"/>
</return>
<status status="NOT RUN" start="2026-08-01T03:03:12.875606" elapsed="0.000197"/>
</branch>
<status status="PASS" start="2026-08-01T03:03:12.875582" elapsed="0.000246"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-01T03:03:12.875961" elapsed="0.000483"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-01T03:03:12.876860" level="INFO">Logging into '10.30.170.187:8101' as 'karaf'.</msg>
<msg time="2026-08-01T03:03:13.106882" level="INFO">Read output: [33m                                                                                           
[33m    ________                       ________                .__  .__       .__     __       
[33m    \_____  \ ______   ____   ____ \______ \ _____  ___.__.|  | |__| ____ |  |___/  |_     
[33m     /   |   \\____ \_/ __ \ /    \ |    |  \\__  \&lt;   |  ||  | |  |/ ___\|  |  \   __\    
[33m    /    |    \  |_&gt; &gt;  ___/|   |  \|    `   \/ __ \\___  ||  |_|  / /_/  &gt;   Y  \  |      
[33m    \_______  /   __/ \___  &gt;___|  /_______  (____  / ____||____/__\___  /|___|  /__|      
[33m            \/|__|        \/     \/        \/     \/\/            /_____/      \/          
[33m                                                                                           

Hit '[1m&lt;tab&gt;[0m' for a list of available commands
and '[1m[cmd] --help[0m' for help on a specific command.
Hit '[1m&lt;ctrl-d&gt;[0m' or type '[1msystem:shutdown[0m' or '[1mlogout[0m' to shutdown OpenDaylight.

[?1h=[90m~[0m                                                                                [?2004hopendaylight-user</msg>
<arg>${KARAF_USER}</arg>
<arg>${KARAF_PASSWORD}</arg>
<arg>loglevel=${loglevel}</arg>
<doc>Logs into the SSH server with the given ``username`` and ``password``.</doc>
<status status="PASS" start="2026-08-01T03:03:12.876596" elapsed="0.230461"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-01T03:03:13.134373" level="INFO">@root&gt;dropallpacketsrpc on</msg>
<arg>${cmd}</arg>
<doc>Writes the given ``text`` on the remote machine and appends a newline.</doc>
<status status="PASS" start="2026-08-01T03:03:13.107352" elapsed="0.027084"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-01T03:03:13.136237" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-01T03:03:13.136346" level="INFO">${output} = [?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-01T03:03:13.134587" elapsed="0.001788"/>
</kw>
<kw name="Write Bare" owner="SSHLibrary">
<arg>logout\n</arg>
<doc>Writes the given ``text`` on the remote machine without appending a newline.</doc>
<status status="PASS" start="2026-08-01T03:03:13.136511" elapsed="0.000182"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-01T03:03:13.136829" elapsed="0.000215"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T03:03:13.137532" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-01T03:03:13.137207" elapsed="0.000374"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-01T03:03:13.137635" 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.187
Note that this keyword will open&amp;close new SSH connection, without switching back to previously current session.</doc>
<status status="PASS" start="2026-08-01T03:03:12.875185" elapsed="0.262623"/>
</kw>
<status status="PASS" start="2026-08-01T03:03:11.024310" elapsed="2.113562"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T03:03:13.139948" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-01T03:03:13.138704" elapsed="0.001479"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-01T03:03:13.141668" level="INFO">${output_filename} = latency.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-01T03:03:13.141300" elapsed="0.000417"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-01T03:03:13.142059" elapsed="0.000028"/>
</kw>
<status status="NOT RUN" start="2026-08-01T03:03:13.141812" elapsed="0.000319"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-01T03:03:13.145187" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-01T03:03:13.144918" elapsed="0.000327"/>
</branch>
<status status="PASS" start="2026-08-01T03:03:13.144898" elapsed="0.000373"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-01T03:03:13.145607" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-01T03:03:13.145402" elapsed="0.000354"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T03:03:13.146333" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.187 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.65" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-01T03:03:13.145890" elapsed="0.000503"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-01T03:03:13.147004" level="INFO">${conn_id} = 5</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-01T03:03:13.146533" elapsed="0.000498"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-01T03:03:13.147967" level="INFO">Length is 0.</msg>
<msg time="2026-08-01T03:03:13.148058" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-01T03:03:13.147640" elapsed="0.000442"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-01T03:03:13.148237" elapsed="0.000335"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-01T03:03:13.149620" level="INFO">Logging into '10.30.171.65:22' as 'jenkins'.</msg>
<msg time="2026-08-01T03:03:13.498479" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat Aug  1 03:03:12 UTC 2026

  System load:  0.04               Processes:             111
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.65
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat Aug  1 03:03:12 2026 from 10.30.171.19
[?2004h[jenkins@releng-50965-3-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-01T03:03:13.149192" elapsed="0.349484"/>
</kw>
<msg time="2026-08-01T03:03:13.498762" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-01T03:03:13.148754" elapsed="0.350094"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-01T03:03:13.147247" elapsed="0.351720"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-01T03:03:13.499513" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.187 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-01T03:13:19.657494" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-01T03:13:19.657830" level="INFO">${stdout} = </msg>
<msg time="2026-08-01T03:13:19.657886" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.187:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-01T03:03:13.499193" elapsed="606.158721"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-01T03:13:19.658723" elapsed="0.000567"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T03:13:19.660100" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.187: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.187. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:04:18.728 16  switches: flows:  83745 84491 85342 85184 83304 84820 83295 82408 82924 82134 82362 84177 82090 83454 82711 82715  total = 22.252600 per ms 
03:05:18.830 16  switches: flows:  77107 78190 76999 77925 76499 77758 77616 77028 76452 75328 76296 76324 75540 74995 76236 77370  total = 20.426643 per ms 
03:06:18.932 16  switches: flows:  105487 107093 106192 105157 104645 106492 105788 103100 102953 99946 104241 103367 103320 100845 102920 104176  total = 27.715106 per ms 
03:07:19.034 16  switches: flows:  103186 105401 103368 103158 101171 103511 103407 99924 99703 100325 100594 99537 100199 99709 100950 100988  total = 27.040277 per ms 
03:08:19.136 16  switches: flows:  101018 101586 100364 99986 97743 100252 99085 97864 96784 95530 97811 96688 97120 96034 96487 98752  total = 26.174673 per ms 
03:09:19.238 16  switches: flows:  106283 105367 104958 104130 103237 104377 105965 102929 100902 102091 100960 102165 99790 100909 104036 102546  total = 27.464424 per ms 
03:10:19.341 16  switches: flows:  108086 106596 108832 105624 104771 106876 103671 104755 101364 103232 102497 102947 101271 103054 103258 104526  total = 27.808843 per ms 
03:11:19.442 16  switches: flows:  108432 108270 107466 104882 104662 108152 105503 106013 103040 105800 102228 103177 103669 103401 105212 104352  total = 28.024159 per ms 
03:12:19.543 16  switches: flows:  106064 105420 107664 104525 103421 107327 105567 104689 101519 104427 102751 103070 103416 101043 103648 102625  total = 27.739938 per ms 
03:13:19.644 16  switches: flows:  106669 105791 107821 104232 102715 106042 105480 104444 101596 102906 102021 103018 102233 100800 103197 103132  total = 27.655437 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 20426.64/28024.16/26672.17/9175.67 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-01T03:13:19.659561" elapsed="0.000782"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-01T03:13:19.660722" elapsed="0.000052"/>
</return>
<status status="PASS" start="2026-08-01T03:13:19.660483" elapsed="0.000346"/>
</branch>
<status status="PASS" start="2026-08-01T03:13:19.660435" elapsed="0.000431"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-01T03:13:19.661006" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-08-01T03:13:19.660952" elapsed="0.000113"/>
</branch>
<status status="NOT RUN" start="2026-08-01T03:13:19.660930" elapsed="0.000166"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-01T03:13:19.661144" elapsed="0.000043"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-01T03:13:19.665896" elapsed="0.000651"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-01T03:13:19.666833" elapsed="0.000319"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-01T03:13:19.667432" elapsed="0.000195"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-01T03:13:19.661660" elapsed="0.006071"/>
</kw>
<msg time="2026-08-01T03:13:19.667966" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.187:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-01T03:03:13.142549" elapsed="606.525466"/>
</kw>
<status status="PASS" start="2026-08-01T03:03:13.142188" elapsed="606.525918"/>
</branch>
<status status="PASS" start="2026-08-01T03:03:13.141787" elapsed="606.526364"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T03:13:19.669069" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.187: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.187. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:04:18.728 16  switches: flows:  83745 84491 85342 85184 83304 84820 83295 82408 82924 82134 82362 84177 82090 83454 82711 82715  total = 22.252600 per ms 
03:05:18.830 16  switches: flows:  77107 78190 76999 77925 76499 77758 77616 77028 76452 75328 76296 76324 75540 74995 76236 77370  total = 20.426643 per ms 
03:06:18.932 16  switches: flows:  105487 107093 106192 105157 104645 106492 105788 103100 102953 99946 104241 103367 103320 100845 102920 104176  total = 27.715106 per ms 
03:07:19.034 16  switches: flows:  103186 105401 103368 103158 101171 103511 103407 99924 99703 100325 100594 99537 100199 99709 100950 100988  total = 27.040277 per ms 
03:08:19.136 16  switches: flows:  101018 101586 100364 99986 97743 100252 99085 97864 96784 95530 97811 96688 97120 96034 96487 98752  total = 26.174673 per ms 
03:09:19.238 16  switches: flows:  106283 105367 104958 104130 103237 104377 105965 102929 100902 102091 100960 102165 99790 100909 104036 102546  total = 27.464424 per ms 
03:10:19.341 16  switches: flows:  108086 106596 108832 105624 104771 106876 103671 104755 101364 103232 102497 102947 101271 103054 103258 104526  total = 27.808843 per ms 
03:11:19.442 16  switches: flows:  108432 108270 107466 104882 104662 108152 105503 106013 103040 105800 102228 103177 103669 103401 105212 104352  total = 28.024159 per ms 
03:12:19.543 16  switches: flows:  106064 105420 107664 104525 103421 107327 105567 104689 101519 104427 102751 103070 103416 101043 103648 102625  total = 27.739938 per ms 
03:13:19.644 16  switches: flows:  106669 105791 107821 104232 102715 106042 105480 104444 101596 102906 102021 103018 102233 100800 103197 103132  total = 27.655437 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 20426.64/28024.16/26672.17/9175.67 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-01T03:13:19.668447" elapsed="0.000790"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-01T03:13:19.669449" elapsed="0.000498"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-01T03:13:19.670507" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-01T03:13:19.670632" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 20426.64/28024.16/26672.17/9175.67 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-01T03:13:19.670198" elapsed="0.000470"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-01T03:13:19.671235" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 20426.64/28024.16/26672.17/9175.67 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-01T03:13:19.670878" elapsed="0.000396"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T03:13:19.674563" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-01T03:13:19.671472" elapsed="0.003169"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T03:13:19.677107" level="INFO">20426.64/28024.16/26672.17/9175.67</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-01T03:13:19.674833" elapsed="0.002371"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-01T03:13:19.680051" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-01T03:13:19.677409" elapsed="0.002671"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-01T03:13:19.682553" level="INFO">@{result_value_list} = [ 20426.64 | 28024.16 | 26672.17 | 9175.67 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-01T03:13:19.680298" elapsed="0.002284"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-01T03:13:19.683051" level="INFO">Length is 4.</msg>
<msg time="2026-08-01T03:13:19.683141" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-01T03:13:19.682738" elapsed="0.000442"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T03:13:19.687860" level="INFO">min :: 20426.64</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-01T03:13:19.683592" elapsed="0.004325"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-01T03:13:19.683461" elapsed="0.004493"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T03:13:19.692563" level="INFO">max :: 28024.16</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-01T03:13:19.688186" elapsed="0.004436"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-01T03:13:19.688046" elapsed="0.004612"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T03:13:19.697208" level="INFO">avg :: 26672.17</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-01T03:13:19.692877" elapsed="0.004389"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-01T03:13:19.692749" elapsed="0.004552"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T03:13:19.701965" level="INFO">stdev :: 9175.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-08-01T03:13:19.697693" elapsed="0.004331"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-01T03:13:19.697559" elapsed="0.004500"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-01T03:13:19.683262" elapsed="0.018830"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-01T03:13:19.705946" level="INFO">${min} = 20426.64</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-01T03:13:19.702270" elapsed="0.003703"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-01T03:13:19.710014" level="INFO">${max} = 28024.16</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-01T03:13:19.706126" elapsed="0.003916"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-01T03:13:19.713929" level="INFO">${average} = 26672.17</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-01T03:13:19.710212" elapsed="0.003744"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-01T03:13:19.717851" level="INFO">${stdev} = 9175.67</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-01T03:13:19.714109" elapsed="0.003768"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-01T03:13:19.718441" level="INFO">${date} = 2026-08-01 03:13:19</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-01T03:13:19.718039" elapsed="0.000429"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T03:13:19.719035" level="INFO">CBench Result: 2026-08-01 03:13:19,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,20426.64,28024.16,26672.17,9175.67</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-01T03:13:19.718618" elapsed="0.000475"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-01T03:13:19.720202" 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-08-01T03:13:19.719749" elapsed="0.000533"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-01T03:13:19.720470" elapsed="0.000470"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-01T03:13:19.719265" elapsed="0.001741"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>${latency_results_file}</arg>
<status status="PASS" start="2026-08-01T03:03:13.140612" elapsed="606.580456"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-01T03:13:19.721561" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-01T03:13:19.721236" elapsed="0.000382"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-08-01T03:13:19.722136" elapsed="0.000285"/>
</kw>
<status status="PASS" start="2026-08-01T03:13:19.721833" elapsed="0.000659"/>
</kw>
<doc>cbench executed in default latency mode. Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-01T03:03:13.138024" elapsed="606.584506"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T03:13:19.723815" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-01T03:13:19.723425" elapsed="0.000447"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-01T03:13:19.725150" level="INFO">${output_filename} = throughput.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-01T03:13:19.724819" elapsed="0.000391"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-01T03:13:19.725579" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-01T03:13:19.725350" elapsed="0.000288"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-01T03:13:19.728677" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-01T03:13:19.728304" elapsed="0.000432"/>
</branch>
<status status="PASS" start="2026-08-01T03:13:19.728281" elapsed="0.000479"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-01T03:13:19.729146" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-01T03:13:19.728908" elapsed="0.000412"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T03:13:19.729886" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.187 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.65" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-01T03:13:19.729461" elapsed="0.000483"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-01T03:13:19.730501" level="INFO">${conn_id} = 7</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-01T03:13:19.730084" elapsed="0.000444"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-01T03:13:19.731606" level="INFO">Length is 0.</msg>
<msg time="2026-08-01T03:13:19.731696" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-01T03:13:19.731107" elapsed="0.000614"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-01T03:13:19.731862" elapsed="0.000344"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-01T03:13:19.733093" level="INFO">Logging into '10.30.171.65:22' as 'jenkins'.</msg>
<msg time="2026-08-01T03:13:20.352962" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat Aug  1 03:13:19 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat Aug  1 03:03:13 2026 from 10.30.171.19
[?2004h[jenkins@releng-50965-3-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-01T03:13:19.732741" elapsed="0.620471"/>
</kw>
<msg time="2026-08-01T03:13:20.353308" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-01T03:13:19.732363" elapsed="0.621064"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-01T03:13:19.730730" elapsed="0.622829"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-01T03:13:20.354115" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.187 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-01T03:23:28.349845" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-01T03:23:28.350259" level="INFO">${stdout} = </msg>
<msg time="2026-08-01T03:23:28.350329" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.187:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-01T03:13:20.353803" elapsed="607.996561"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-01T03:23:28.350711" elapsed="0.000475"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T03:23:28.352029" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.187: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.187. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:14:25.475 16  switches: flows:  550597 545799 565409 547199 545657 552240 553492 540540 553220 531597 528359 542589 533580 529111 557314 549229  total = 145.432200 per ms 
03:15:27.517 16  switches: flows:  599687 590343 588607 592659 600613 603417 588441 603410 597575 594215 606242 586270 601175 593403 604309 595170  total = 153.856390 per ms 
03:16:27.619 16  switches: flows:  464445 474690 473286 467645 465608 467265 477163 481283 476120 467539 467594 471228 463828 476338 457104 456727  total = 124.919488 per ms 
03:17:27.720 16  switches: flows:  626577 626409 638828 632947 631494 612737 627076 615484 627767 634848 632936 619980 621429 643990 625132 625137  total = 167.097979 per ms 
03:18:27.827 16  switches: flows:  558932 555045 506466 558567 584460 548842 544897 572772 600465 569357 567915 550146 536209 567828 528002 593638  total = 148.796161 per ms 
03:19:27.928 16  switches: flows:  651296 658475 655822 650428 648740 653077 654746 658419 665269 662526 646492 655257 650721 650760 658151 656858  total = 174.324253 per ms 
03:20:28.029 16  switches: flows:  675368 681243 659839 638034 675915 670340 678125 640163 670071 667467 675897 642219 648819 634716 668636 638098  total = 175.787531 per ms 
03:21:28.132 16  switches: flows:  704969 705011 704078 712464 706428 704162 711001 705611 706747 694393 698443 716953 697552 716216 709496 705189  total = 187.989591 per ms 
03:22:28.233 16  switches: flows:  561545 664406 666563 659789 663611 665898 580149 665980 671149 663410 657296 658885 656618 666790 671721 573223  total = 172.159534 per ms 
03:23:28.335 16  switches: flows:  699880 702137 700414 696338 692230 695693 679996 696505 697006 686252 692806 696525 685893 698159 695793 689580  total = 184.773626 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 124919.49/187989.59/165522.73/58278.07 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-01T03:23:28.351438" elapsed="0.000842"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-01T03:23:28.352658" elapsed="0.000096"/>
</return>
<status status="PASS" start="2026-08-01T03:23:28.352426" elapsed="0.000398"/>
</branch>
<status status="PASS" start="2026-08-01T03:23:28.352382" elapsed="0.000481"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-01T03:23:28.353005" elapsed="0.000018"/>
</return>
<status status="NOT RUN" start="2026-08-01T03:23:28.352948" elapsed="0.000116"/>
</branch>
<status status="NOT RUN" start="2026-08-01T03:23:28.352925" elapsed="0.000171"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-01T03:23:28.353144" elapsed="0.000050"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-01T03:23:28.356969" elapsed="0.000485"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-01T03:23:28.357663" elapsed="0.000231"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-01T03:23:28.358077" elapsed="0.000212"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-01T03:23:28.353656" elapsed="0.004712"/>
</kw>
<msg time="2026-08-01T03:23:28.358551" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.187:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-01T03:13:19.725985" elapsed="608.632603"/>
</kw>
<status status="PASS" start="2026-08-01T03:13:19.725665" elapsed="608.632991"/>
</branch>
<status status="PASS" start="2026-08-01T03:13:19.725325" elapsed="608.633363"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T03:23:28.359314" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.187: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.187. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:14:25.475 16  switches: flows:  550597 545799 565409 547199 545657 552240 553492 540540 553220 531597 528359 542589 533580 529111 557314 549229  total = 145.432200 per ms 
03:15:27.517 16  switches: flows:  599687 590343 588607 592659 600613 603417 588441 603410 597575 594215 606242 586270 601175 593403 604309 595170  total = 153.856390 per ms 
03:16:27.619 16  switches: flows:  464445 474690 473286 467645 465608 467265 477163 481283 476120 467539 467594 471228 463828 476338 457104 456727  total = 124.919488 per ms 
03:17:27.720 16  switches: flows:  626577 626409 638828 632947 631494 612737 627076 615484 627767 634848 632936 619980 621429 643990 625132 625137  total = 167.097979 per ms 
03:18:27.827 16  switches: flows:  558932 555045 506466 558567 584460 548842 544897 572772 600465 569357 567915 550146 536209 567828 528002 593638  total = 148.796161 per ms 
03:19:27.928 16  switches: flows:  651296 658475 655822 650428 648740 653077 654746 658419 665269 662526 646492 655257 650721 650760 658151 656858  total = 174.324253 per ms 
03:20:28.029 16  switches: flows:  675368 681243 659839 638034 675915 670340 678125 640163 670071 667467 675897 642219 648819 634716 668636 638098  total = 175.787531 per ms 
03:21:28.132 16  switches: flows:  704969 705011 704078 712464 706428 704162 711001 705611 706747 694393 698443 716953 697552 716216 709496 705189  total = 187.989591 per ms 
03:22:28.233 16  switches: flows:  561545 664406 666563 659789 663611 665898 580149 665980 671149 663410 657296 658885 656618 666790 671721 573223  total = 172.159534 per ms 
03:23:28.335 16  switches: flows:  699880 702137 700414 696338 692230 695693 679996 696505 697006 686252 692806 696525 685893 698159 695793 689580  total = 184.773626 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 124919.49/187989.59/165522.73/58278.07 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-01T03:23:28.358884" elapsed="0.000533"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-01T03:23:28.359626" elapsed="0.000506"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-01T03:23:28.360680" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-01T03:23:28.360843" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 124919.49/187989.59/165522.73/58278.07 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-01T03:23:28.360372" elapsed="0.000507"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-01T03:23:28.361468" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 124919.49/187989.59/165522.73/58278.07 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-01T03:23:28.361091" elapsed="0.000415"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T03:23:28.363984" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-01T03:23:28.361660" elapsed="0.002382"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T03:23:28.366467" level="INFO">124919.49/187989.59/165522.73/58278.07</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-01T03:23:28.364202" elapsed="0.002321"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-01T03:23:28.368894" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-01T03:23:28.366670" elapsed="0.002252"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-01T03:23:28.371333" level="INFO">@{result_value_list} = [ 124919.49 | 187989.59 | 165522.73 | 58278.07 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-01T03:23:28.369107" elapsed="0.002254"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-01T03:23:28.371817" level="INFO">Length is 4.</msg>
<msg time="2026-08-01T03:23:28.371906" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-01T03:23:28.371513" elapsed="0.000417"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T03:23:28.376881" level="INFO">min :: 124919.49</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-01T03:23:28.372349" elapsed="0.004591"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-01T03:23:28.372219" elapsed="0.004758"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T03:23:28.381479" level="INFO">max :: 187989.59</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-01T03:23:28.377212" elapsed="0.004324"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-01T03:23:28.377070" elapsed="0.004505"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T03:23:28.386078" level="INFO">avg :: 165522.73</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-01T03:23:28.381789" elapsed="0.004346"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-01T03:23:28.381663" elapsed="0.004521"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T03:23:28.390680" level="INFO">stdev :: 58278.07</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-01T03:23:28.386403" elapsed="0.004378"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-01T03:23:28.386274" elapsed="0.004550"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-01T03:23:28.372002" elapsed="0.018854"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-01T03:23:28.394822" level="INFO">${min} = 124919.49</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-01T03:23:28.391014" elapsed="0.003836"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-01T03:23:28.398740" level="INFO">${max} = 187989.59</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-01T03:23:28.395002" elapsed="0.003765"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-01T03:23:28.402829" level="INFO">${average} = 165522.73</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-01T03:23:28.398920" elapsed="0.003937"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-01T03:23:28.406772" level="INFO">${stdev} = 58278.07</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-01T03:23:28.403011" elapsed="0.003789"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-01T03:23:28.407329" level="INFO">${date} = 2026-08-01 03:23:28</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-01T03:23:28.406959" elapsed="0.000396"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T03:23:28.407914" level="INFO">CBench Result: 2026-08-01 03:23:28,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,124919.49,187989.59,165522.73,58278.07</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-01T03:23:28.407502" elapsed="0.000469"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-01T03:23:28.409081" 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-08-01T03:23:28.408622" elapsed="0.000533"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-01T03:23:28.409330" elapsed="0.000466"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-01T03:23:28.408123" elapsed="0.001738"/>
</kw>
<arg>-t -m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${throughput_threshold}</arg>
<arg>${throughput_results_file}</arg>
<status status="PASS" start="2026-08-01T03:13:19.724215" elapsed="608.685706"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-01T03:23:28.410405" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-01T03:23:28.410071" elapsed="0.000392"/>
</kw>
<kw name="Log Results As Zero If Cbench Timed Out" type="TEARDOWN">
<kw name="Run Keyword If Timeout Occurred" owner="BuiltIn">
<arg>Log Results And Determine Status</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>0</arg>
<arg>${output_filename}</arg>
<doc>Runs the given keyword if either a test or a keyword timeout has occurred.</doc>
<status status="PASS" start="2026-08-01T03:23:28.410976" elapsed="0.000279"/>
</kw>
<status status="PASS" start="2026-08-01T03:23:28.410677" elapsed="0.000650"/>
</kw>
<doc>cbench executed in throughput mode (-t). Test parameters have defaults, but can be overridden
on the pybot command line</doc>
<tag>cbench</tag>
<tag>throughput</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-01T03:13:19.722835" elapsed="608.688530"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T03:23:28.412655" level="INFO">Cbench tests using 10 iterations of 60 second tests. Switch Count: 16. Unique MACS to cycle: 100</msg>
<arg>Cbench tests using ${loops} iterations of ${duration_in_secs} second tests. Switch Count: ${switch_count}. Unique MACS to cycle: ${num_of_unique_macs}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-01T03:23:28.412140" elapsed="0.000573"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-01T03:23:28.413940" level="INFO">${output_filename} = bug.csv</msg>
<arg>${output_filename}</arg>
<doc>Makes a variable available everywhere within the scope of the current suite.</doc>
<status status="PASS" start="2026-08-01T03:23:28.413612" elapsed="0.000370"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-01T03:23:28.414455" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-01T03:23:28.414100" elapsed="0.000416"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-01T03:23:28.417688" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-01T03:23:28.417383" elapsed="0.000371"/>
</branch>
<status status="PASS" start="2026-08-01T03:23:28.417361" elapsed="0.000420"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-01T03:23:28.418169" level="INFO">index=None
host=None
alias=None
port=22
timeout=3 seconds
newline=

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

prompt=None
term_type=vt100
width=80
height=24
path_separator=/
encoding=utf8
escape_ansi=False
encoding_errors=strict</msg>
<var>${current_ssh_connection}</var>
<doc>Returns information about the connection.</doc>
<status status="PASS" start="2026-08-01T03:23:28.417933" elapsed="0.000412"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T03:23:28.419137" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.187 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.65" by user "jenkins" with keyfile pass "any" and prompt "&gt;" and password ""</msg>
<arg>Attempting to execute command "${cmd}" on remote system "${system}" by user "${user}" with keyfile pass "${keyfile_pass}" and prompt "${prompt}" and password "${password}"</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-01T03:23:28.418483" elapsed="0.000738"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-01T03:23:28.419832" level="INFO">${conn_id} = 9</msg>
<var>${conn_id}</var>
<arg>${system}</arg>
<arg>prompt=${prompt}</arg>
<arg>timeout=${prompt_timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-01T03:23:28.419380" elapsed="0.000480"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-01T03:23:28.420810" level="INFO">Length is 0.</msg>
<msg time="2026-08-01T03:23:28.420926" level="INFO">${pwd_length} = 0</msg>
<var>${pwd_length}</var>
<arg>${password}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-01T03:23:28.420489" elapsed="0.000465"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-01T03:23:28.421112" elapsed="0.000341"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-01T03:23:28.422309" level="INFO">Logging into '10.30.171.65:22' as 'jenkins'.</msg>
<msg time="2026-08-01T03:23:28.985194" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sat Aug  1 03:23:28 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sat Aug  1 03:13:20 2026 from 10.30.171.19
[?2004h[jenkins@releng-50965-3-1-mininet-ovs-217-0 ~]&gt;</msg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Logs into the SSH server using key-based authentication.</doc>
<status status="PASS" start="2026-08-01T03:23:28.421942" elapsed="0.563446"/>
</kw>
<msg time="2026-08-01T03:23:28.985475" level="INFO">Returning from the enclosing user keyword.</msg>
<arg>SSHLibrary.Login With Public Key</arg>
<arg>${user}</arg>
<arg>${USER_HOME}/.ssh/${SSH_KEY}</arg>
<arg>${KEYFILE_PASS}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-01T03:23:28.421604" elapsed="0.563955"/>
</kw>
<arg>${user}</arg>
<arg>${password}</arg>
<doc>On active SSH session: if given non-empty password, do Login, else do Login With Public Key.</doc>
<status status="PASS" start="2026-08-01T03:23:28.420080" elapsed="0.565597"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-01T03:23:28.986258" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.187 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-01T03:33:35.174971" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-01T03:33:35.175650" level="INFO">${stdout} = </msg>
<msg time="2026-08-01T03:33:35.175768" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.187:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-01T03:23:28.985913" elapsed="606.189914"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-01T03:33:35.176354" elapsed="0.000739"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T03:33:35.178363" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.187: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.187. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:24:34.107 16  switches: flows:  107031 107721 105667 104630 106143 106664 109172 105691 103165 110517 104859 105715 107824 103596 104672 105772  total = 28.313983 per ms 
03:25:34.207 16  switches: flows:  112645 113710 109269 109007 110637 112572 110536 109113 108226 108843 110580 111204 110447 109043 109871 112175  total = 29.415506 per ms 
03:26:34.308 16  switches: flows:  111000 110182 109853 109243 110570 109465 109663 108853 107770 108282 107930 110233 107748 108359 106875 110423  total = 29.058970 per ms 
03:27:34.409 16  switches: flows:  113133 111956 111025 108616 112635 109257 110987 108870 109399 110166 106033 109953 107153 109925 105505 110709  total = 29.206600 per ms 
03:28:34.509 16  switches: flows:  113393 109513 111587 108437 113510 109540 111160 109042 109711 108899 106738 108782 109132 109709 106428 111367  total = 29.233610 per ms 
03:29:34.609 16  switches: flows:  112686 110761 112044 109077 112109 109325 111311 106817 109112 110320 108021 109181 107198 109240 105423 110304  total = 29.166786 per ms 
03:30:34.709 16  switches: flows:  113359 113119 112912 111058 113351 110706 114023 110673 112059 111168 109686 110079 109553 111625 109073 111373  total = 29.680729 per ms 
03:31:34.810 16  switches: flows:  113075 111113 112699 109516 113531 109179 111853 109276 110876 111053 108201 109718 109562 110866 107308 111365  total = 29.437321 per ms 
03:32:34.910 16  switches: flows:  109953 109333 111433 109776 111435 108492 111284 108229 108852 109971 107104 108236 107053 108426 106491 111216  total = 29.072859 per ms 
03:33:35.010 16  switches: flows:  107600 108188 109996 105298 109247 105317 109190 105971 107104 108178 106334 104828 104922 108534 103331 108463  total = 28.494103 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28494.10/29680.73/29196.28/9737.06 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-01T03:33:35.177527" elapsed="0.001171"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-01T03:33:35.179226" elapsed="0.000077"/>
</return>
<status status="PASS" start="2026-08-01T03:33:35.178885" elapsed="0.000501"/>
</branch>
<status status="PASS" start="2026-08-01T03:33:35.178832" elapsed="0.000615"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-01T03:33:35.179668" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-08-01T03:33:35.179582" elapsed="0.000177"/>
</branch>
<status status="NOT RUN" start="2026-08-01T03:33:35.179545" elapsed="0.000265"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-01T03:33:35.179885" elapsed="0.000032"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-01T03:33:35.184451" elapsed="0.000519"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<arg>127.0.0.1</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-01T03:33:35.185219" elapsed="0.000257"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-01T03:33:35.185675" elapsed="0.000147"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-01T03:33:35.180669" elapsed="0.005234"/>
</kw>
<msg time="2026-08-01T03:33:35.186101" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.187:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 10...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-01T03:23:28.414860" elapsed="606.771281"/>
</kw>
<status status="PASS" start="2026-08-01T03:23:28.414542" elapsed="606.771699"/>
</branch>
<status status="PASS" start="2026-08-01T03:23:28.414078" elapsed="606.772199"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T03:33:35.186924" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.187: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.187. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
03:24:34.107 16  switches: flows:  107031 107721 105667 104630 106143 106664 109172 105691 103165 110517 104859 105715 107824 103596 104672 105772  total = 28.313983 per ms 
03:25:34.207 16  switches: flows:  112645 113710 109269 109007 110637 112572 110536 109113 108226 108843 110580 111204 110447 109043 109871 112175  total = 29.415506 per ms 
03:26:34.308 16  switches: flows:  111000 110182 109853 109243 110570 109465 109663 108853 107770 108282 107930 110233 107748 108359 106875 110423  total = 29.058970 per ms 
03:27:34.409 16  switches: flows:  113133 111956 111025 108616 112635 109257 110987 108870 109399 110166 106033 109953 107153 109925 105505 110709  total = 29.206600 per ms 
03:28:34.509 16  switches: flows:  113393 109513 111587 108437 113510 109540 111160 109042 109711 108899 106738 108782 109132 109709 106428 111367  total = 29.233610 per ms 
03:29:34.609 16  switches: flows:  112686 110761 112044 109077 112109 109325 111311 106817 109112 110320 108021 109181 107198 109240 105423 110304  total = 29.166786 per ms 
03:30:34.709 16  switches: flows:  113359 113119 112912 111058 113351 110706 114023 110673 112059 111168 109686 110079 109553 111625 109073 111373  total = 29.680729 per ms 
03:31:34.810 16  switches: flows:  113075 111113 112699 109516 113531 109179 111853 109276 110876 111053 108201 109718 109562 110866 107308 111365  total = 29.437321 per ms 
03:32:34.910 16  switches: flows:  109953 109333 111433 109776 111435 108492 111284 108229 108852 109971 107104 108236 107053 108426 106491 111216  total = 29.072859 per ms 
03:33:35.010 16  switches: flows:  107600 108188 109996 105298 109247 105317 109190 105971 107104 108178 106334 104828 104922 108534 103331 108463  total = 28.494103 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 28494.10/29680.73/29196.28/9737.06 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-01T03:33:35.186491" elapsed="0.000543"/>
</kw>
<kw name="Should Contain" owner="BuiltIn">
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Fails if ``container`` does not contain ``item`` one or more times.</doc>
<status status="PASS" start="2026-08-01T03:33:35.187280" elapsed="0.000544"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-01T03:33:35.188432" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-01T03:33:35.188586" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 28494.10/29680.73/29196.28/9737.06 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-01T03:33:35.188061" elapsed="0.000561"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-01T03:33:35.189240" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 28494.10/29680.73/29196.28/9737.06 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-01T03:33:35.188848" elapsed="0.000435"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T03:33:35.192939" level="INFO">min/max/avg/stdev</msg>
<arg>${results_list[5]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-01T03:33:35.189504" elapsed="0.003519"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T03:33:35.195444" level="INFO">28494.10/29680.73/29196.28/9737.06</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-01T03:33:35.193222" elapsed="0.002279"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-01T03:33:35.197871" level="INFO">@{result_name_list} = [ min | max | avg | stdev ]</msg>
<var>@{result_name_list}</var>
<arg>${results_list[5]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-01T03:33:35.195651" elapsed="0.002247"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-01T03:33:35.200342" level="INFO">@{result_value_list} = [ 28494.10 | 29680.73 | 29196.28 | 9737.06 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-01T03:33:35.198116" elapsed="0.002253"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-01T03:33:35.200863" level="INFO">Length is 4.</msg>
<msg time="2026-08-01T03:33:35.200952" level="INFO">${num_stats} = 4</msg>
<var>${num_stats}</var>
<arg>${result_name_list}</arg>
<doc>Returns and logs the length of the given item as an integer.</doc>
<status status="PASS" start="2026-08-01T03:33:35.200555" elapsed="0.000420"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T03:33:35.205766" level="INFO">min :: 28494.10</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-01T03:33:35.201430" elapsed="0.004393"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-01T03:33:35.201284" elapsed="0.004573"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T03:33:35.210398" level="INFO">max :: 29680.73</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-01T03:33:35.206085" elapsed="0.004369"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-01T03:33:35.205958" elapsed="0.004530"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T03:33:35.215233" level="INFO">avg :: 29196.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-08-01T03:33:35.210696" elapsed="0.004595"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-01T03:33:35.210571" elapsed="0.004754"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T03:33:35.220197" level="INFO">stdev :: 9737.06</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-01T03:33:35.215548" elapsed="0.004708"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-01T03:33:35.215422" elapsed="0.004868"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-01T03:33:35.201054" elapsed="0.019266"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-01T03:33:35.224229" level="INFO">${min} = 28494.10</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-01T03:33:35.220510" elapsed="0.003746"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-01T03:33:35.228188" level="INFO">${max} = 29680.73</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-01T03:33:35.224423" elapsed="0.003792"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-01T03:33:35.232142" level="INFO">${average} = 29196.28</msg>
<var>${average}</var>
<arg>${result_value_list[${2}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-01T03:33:35.228380" elapsed="0.003801"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-01T03:33:35.236088" level="INFO">${stdev} = 9737.06</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-01T03:33:35.232332" elapsed="0.003783"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-01T03:33:35.236665" level="INFO">${date} = 2026-08-01 03:33:35</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-01T03:33:35.236294" elapsed="0.000397"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-01T03:33:35.237275" level="INFO">CBench Result: 2026-08-01 03:33:35,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,28494.10,29680.73,29196.28,9737.06</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-01T03:33:35.236835" elapsed="0.000497"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-01T03:33:35.238474" 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-08-01T03:33:35.237966" elapsed="0.000582"/>
</kw>
<kw name="Should Be True" owner="BuiltIn">
<arg>${average} &gt; ${threshold}</arg>
<arg>${average} flow_mods per/sec did not exceed threshold of ${threshold}</arg>
<doc>Fails if the given condition is not true.</doc>
<status status="PASS" start="2026-08-01T03:33:35.238704" elapsed="0.000491"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-01T03:33:35.237489" elapsed="0.001773"/>
</kw>
<arg>-m ${duration_in_ms} -M ${num_of_unique_macs} -S ${switch_count} -l ${loops} -D ${start_delay} -p ${of_port}</arg>
<arg>${latency_threshold}</arg>
<arg>bug.csv</arg>
<status status="PASS" start="2026-08-01T03:23:28.413037" elapsed="606.826285"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-01T03:33:35.239781" level="INFO">Slept 0 seconds.</msg>
<arg>${test_delay}</arg>
<doc>Pauses the test executed for the given time.</doc>
<status status="PASS" start="2026-08-01T03:33:35.239470" elapsed="0.000368"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-01T03:33:35.241101" level="INFO">${test_skipped} = False</msg>
<var>${test_skipped}</var>
<arg>len(re.findall('SKIPPED', """${TEST_MESSAGE}""")) &gt; 0</arg>
<arg>modules=re</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="PASS" start="2026-08-01T03:33:35.240614" elapsed="0.000515"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-01T03:33:35.241395" elapsed="0.000035"/>
</return>
<status status="PASS" start="2026-08-01T03:33:35.241226" elapsed="0.000238"/>
</branch>
<status status="PASS" start="2026-08-01T03:33:35.241204" elapsed="0.000285"/>
</if>
<kw name="Comment" owner="BuiltIn">
<arg>Jira tickets are {PROJECT}-{NUMBER} while Bugzilla tickets are {NUMBER}</arg>
<doc>Displays the given messages in the log file as keyword arguments.</doc>
<status status="NOT RUN" start="2026-08-01T03:33:35.241634" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-08-01T03:33:35.241788" elapsed="0.000021"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-08-01T03:33:35.241945" elapsed="0.000020"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<var>${msg}</var>
<arg>This test fails due to ${bug_url}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="NOT RUN" start="2026-08-01T03:33:35.242142" elapsed="0.000038"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-08-01T03:33:35.242317" elapsed="0.000020"/>
</kw>
<kw name="Set Test Message" owner="BuiltIn">
<arg>${msg}${newline}${newline}${TEST_MESSAGE}</arg>
<doc>Sets message for the current test case.</doc>
<status status="NOT RUN" start="2026-08-01T03:33:35.242477" elapsed="0.000026"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-01T03:33:35.242630" elapsed="0.000020"/>
</kw>
<if>
<branch type="IF" condition="&quot;${include_bug_in_tags}&quot;==&quot;True&quot;">
<kw name="Set Tags" owner="BuiltIn">
<arg>${bug_url}</arg>
<doc>Adds given ``tags`` for the current test or all tests in a suite.</doc>
<status status="NOT RUN" start="2026-08-01T03:33:35.242849" elapsed="0.000020"/>
</kw>
<status status="NOT RUN" start="2026-08-01T03:33:35.242712" elapsed="0.000189"/>
</branch>
<status status="NOT RUN" start="2026-08-01T03:33:35.242695" elapsed="0.000230"/>
</if>
<arg>6176</arg>
<doc>Report that a test failed due to a known Bugzilla bug whose
number is provided as an argument.
Not FAILED (incl. SKIPPED) test are not reported.
This keyword must be used in the [Teardown] setting of the affected test
or as the first line of the test if FastFail module is not being
used. It reports the URL of the bug on console and also puts it
into the Robot log file.</doc>
<status status="PASS" start="2026-08-01T03:33:35.240244" elapsed="0.002733"/>
</kw>
<doc>cbench executed in latency mode to see if controller is healthy</doc>
<tag>cbench</tag>
<tag>latency</tag>
<timeout value="15 minutes"/>
<status status="PASS" start="2026-08-01T03:23:28.411654" elapsed="606.831369"/>
</test>
<doc>Cbench Latency and Throughput tests can be run from an external
cbench.
If cbench is run with a medium number of switches or higher (e.g. 32+)
the normal openflow operations seem to break.
BUG: https://bugs.opendaylight.org/show_bug.cgi?id=2897</doc>
<status status="PASS" start="2026-08-01T03:03:10.479527" elapsed="1824.763935"/>
</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>
