<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-08-09T01:43:14.012578" rpa="false" schemaversion="5">
<suite id="s1" name="openflowplugin-cbench.txt" source="/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/test/csit/suites/openflowplugin/Performance/010_Cbench.robot">
<kw name="Cbench Suite Setup" type="SETUP">
<kw name="Wait Until Keyword Succeeds" owner="BuiltIn">
<kw name="Issue_Command_On_Karaf_Console" owner="KarafKeywords">
<if>
<branch type="IF" condition="'${IS_KARAF_APPL}' == 'False'">
<return>
<value>Not A Karaf App</value>
<status status="NOT RUN" start="2026-08-09T01:43:14.566840" elapsed="0.000025"/>
</return>
<status status="NOT RUN" start="2026-08-09T01:43:14.566682" elapsed="0.000236"/>
</branch>
<status status="PASS" start="2026-08-09T01:43:14.566651" 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-09T01:43:14.567087" elapsed="0.000493"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-09T01:43:14.568061" level="INFO">Logging into '10.30.170.43:8101' as 'karaf'.</msg>
<msg time="2026-08-09T01:43:15.190421" 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-09T01:43:14.567768" elapsed="0.622842"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-09T01:43:15.239387" 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-09T01:43:15.190910" elapsed="0.048548"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-09T01:43:15.241268" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-09T01:43:15.241382" 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-09T01:43:15.239621" elapsed="0.001791"/>
</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-09T01:43:15.241568" elapsed="0.000219"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-09T01:43:15.241953" elapsed="0.000220"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T01:43:15.242670" 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-09T01:43:15.242322" elapsed="0.000425"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-09T01:43:15.242802" elapsed="0.000058"/>
</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.43
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-09T01:43:14.566309" elapsed="0.676673"/>
</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-09T01:43:14.562762" elapsed="0.680282"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-09T01:43:15.243633" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${latency_results_file}</arg>
<arg>LATENCY_MIN,LATENCY_MAX,LATENCY_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-09T01:43:15.243232" elapsed="0.000457"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-09T01:43:15.244168" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${throughput_results_file}</arg>
<arg>THROUGHPUT_MIN,THROUGHPUT_MAX,THROUGHPUT_AVERAGE\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-09T01:43:15.243914" elapsed="0.000310"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-09T01:43:15.244784" 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-09T01:43:15.244375" elapsed="0.000436"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-09T01:43:15.245354" 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-09T01:43:15.245003" elapsed="0.000393"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-09T01:43:15.245930" 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-09T01:43:15.245542" elapsed="0.000414"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-09T01:43:15.246424" 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-09T01:43:15.246115" elapsed="0.000350"/>
</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-09T01:43:15.246782" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-09T01:43:15.246551" elapsed="0.000286"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-09T01:43:15.251409" 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-09T01:43:15.251001" elapsed="0.000435"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-09T01:43:15.252463" level="INFO">Length is 0.</msg>
<msg time="2026-08-09T01:43:15.252544" 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-09T01:43:15.252010" elapsed="0.000559"/>
</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-09T01:43:15.252729" elapsed="0.000342"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-09T01:43:15.254103" level="INFO">Logging into '10.30.171.88:22' as 'jenkins'.</msg>
<msg time="2026-08-09T01:43:15.990451" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun Aug  9 01:43:15 UTC 2026

  System load:  0.08               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.88
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-48317-805-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-09T01:43:15.253579" elapsed="0.737065"/>
</kw>
<msg time="2026-08-09T01:43:15.990760" 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-09T01:43:15.253239" elapsed="0.737625"/>
</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-09T01:43:15.251640" elapsed="0.739353"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-09T01:43:15.999113" 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-09T01:43:15.991232" elapsed="0.010436"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-09T01:43:16.002081" elapsed="0.000564"/>
</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-09T01:43:15.250456" elapsed="0.752361"/>
</kw>
<status status="PASS" start="2026-08-09T01:43:15.247124" elapsed="0.755774"/>
</branch>
<status status="PASS" start="2026-08-09T01:43:15.246525" elapsed="0.756441"/>
</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-09T01:43:16.003294" elapsed="0.001038"/>
</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-09T01:43:16.012276" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-08-09T01:43:16.012106" elapsed="0.000246"/>
</branch>
<status status="PASS" start="2026-08-09T01:43:16.012074" elapsed="0.000310"/>
</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-09T01:43:16.017660" elapsed="0.000020"/>
</return>
<status status="NOT RUN" start="2026-08-09T01:43:16.017505" elapsed="0.000243"/>
</branch>
<status status="PASS" start="2026-08-09T01:43:16.017478" elapsed="0.000301"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-09T01:43:16.017960" elapsed="0.000593"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-09T01:43:16.019140" level="INFO">Logging into '10.30.170.43:8101' as 'karaf'.</msg>
<msg time="2026-08-09T01:43:16.236323" 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-09T01:43:16.018783" elapsed="0.217642"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-09T01:43:16.327738" 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-09T01:43:16.236603" elapsed="0.091279"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-09T01:43:16.332518" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-09T01:43:16.332762" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>${KARAF_PROMPT}</arg>
<doc>Consumes and returns the server output until a match to ``regexp`` is found.</doc>
<status status="PASS" start="2026-08-09T01:43:16.328073" elapsed="0.004723"/>
</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-09T01:43:16.332939" elapsed="0.000195"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-09T01:43:16.333286" elapsed="0.000242"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T01:43:16.334014" level="INFO">[?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                                    x OpenDaylight :: Openflow Plugin :: Drop Test
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-09T01:43:16.333671" elapsed="0.000399"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-09T01:43:16.334120" elapsed="0.000049"/>
</return>
<msg time="2026-08-09T01:43:16.334322" level="INFO">${output} = [?1l&gt;[?2004l[31;1modl-openflowplugin-drop-test[0m                                    x 0.20.2           x x        x Started x [31;1modl-openflowplugin-drop-test[0m                     ...</msg>
<var>${output}</var>
<arg>feature:list -i | grep ${feature_name}</arg>
<arg>${controller}</arg>
<arg>${karaf_port}</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.43
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-09T01:43:16.016957" elapsed="0.317397"/>
</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-09T01:43:16.334500" elapsed="0.000562"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-09T01:43:16.335112" elapsed="0.000032"/>
</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-09T01:43:16.011665" elapsed="0.323583"/>
</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-09T01:43:16.339030" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-09T01:43:16.338904" elapsed="0.000172"/>
</branch>
<status status="PASS" start="2026-08-09T01:43:16.338881" elapsed="0.000219"/>
</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-09T01:43:16.339230" elapsed="0.000432"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-09T01:43:16.340084" level="INFO">Logging into '10.30.170.43:8101' as 'karaf'.</msg>
<msg time="2026-08-09T01:43:16.507630" 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-09T01:43:16.339828" elapsed="0.167925"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-09T01:43:16.531163" 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-09T01:43:16.507943" elapsed="0.023318"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-09T01:43:16.533057" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-09T01:43:16.533158" 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-09T01:43:16.531436" elapsed="0.001751"/>
</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-09T01:43:16.533321" elapsed="0.000196"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-09T01:43:16.533665" elapsed="0.000191"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T01:43:16.534311" 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-09T01:43:16.533991" elapsed="0.000371"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-09T01:43:16.534417" elapsed="0.000049"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.170.43
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-09T01:43:16.338552" elapsed="0.196027"/>
</kw>
<status status="PASS" start="2026-08-09T01:43:14.560906" elapsed="1.973736"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T01:43:16.538561" 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-09T01:43:16.536747" elapsed="0.001921"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-09T01:43:16.540771" 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-09T01:43:16.540234" elapsed="0.000600"/>
</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-09T01:43:16.541281" elapsed="0.000030"/>
</kw>
<status status="NOT RUN" start="2026-08-09T01:43:16.540952" elapsed="0.000410"/>
</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-09T01:43:16.545593" elapsed="0.000029"/>
</kw>
<status status="NOT RUN" start="2026-08-09T01:43:16.545253" elapsed="0.000417"/>
</branch>
<status status="PASS" start="2026-08-09T01:43:16.545227" elapsed="0.000501"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-09T01:43:16.546224" 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-09T01:43:16.546397" 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-09T01:43:16.545921" elapsed="0.000513"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T01:43:16.547224" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.43 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.88" 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-09T01:43:16.546619" elapsed="0.000687"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-09T01:43:16.548190" 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-09T01:43:16.547502" elapsed="0.000724"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-09T01:43:16.549504" level="INFO">Length is 0.</msg>
<msg time="2026-08-09T01:43:16.549595" 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-09T01:43:16.549078" elapsed="0.000540"/>
</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-09T01:43:16.549776" elapsed="0.000331"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-09T01:43:16.550978" level="INFO">Logging into '10.30.171.88:22' as 'jenkins'.</msg>
<msg time="2026-08-09T01:43:16.880513" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun Aug  9 01:43:15 UTC 2026

  System load:  0.08               Processes:             109
  Usage of /:   19.3% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.171.88
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun Aug  9 01:43:15 2026 from 10.30.170.210
[?2004h[jenkins@releng-48317-805-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-09T01:43:16.550606" elapsed="0.330147"/>
</kw>
<msg time="2026-08-09T01:43:16.880849" 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-09T01:43:16.550260" elapsed="0.330693"/>
</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-09T01:43:16.548502" elapsed="0.332592"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-09T01:43:16.881741" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.43 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-09T01:53:22.971907" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-09T01:53:22.972593" level="INFO">${stdout} = </msg>
<msg time="2026-08-09T01:53:22.972730" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.43:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-09T01:43:16.881359" elapsed="606.091432"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-09T01:53:22.973302" elapsed="0.000751"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T01:53:22.975180" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.43: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.43. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:44:22.063 16  switches: flows:  118153 115363 117338 118138 113006 119643 115801 116695 114681 111347 111760 110405 112266 115604 108670 116757  total = 30.593783 per ms 
01:45:22.164 16  switches: flows:  127311 127371 129572 129743 126108 126573 127435 122297 125328 123568 121613 120950 123730 120855 122210 122667  total = 33.233396 per ms 
01:46:22.265 16  switches: flows:  117319 120492 119331 120094 116845 119432 117891 115772 116360 115978 113754 113006 115992 114587 114312 115641  total = 31.061583 per ms 
01:47:22.366 16  switches: flows:  127147 124847 126744 128888 125057 127023 124823 123213 123944 120860 121693 122842 123555 122262 120656 122581  total = 33.047026 per ms 
01:48:22.466 16  switches: flows:  127437 124695 126742 127877 125473 127307 125900 123456 123399 120938 121064 120899 122187 120960 119674 123343  total = 32.967445 per ms 
01:49:22.566 16  switches: flows:  128034 125359 127146 129270 124785 128777 127385 123448 124557 123453 121740 121402 122244 123156 120885 123895  total = 33.203436 per ms 
01:50:22.667 16  switches: flows:  126724 126226 127851 129175 123333 127236 126396 122670 122197 123644 120649 122345 122839 121813 120502 121200  total = 33.024867 per ms 
01:51:22.767 16  switches: flows:  125558 125535 127456 126549 123057 125824 126241 123956 122138 122045 120630 118500 121554 119621 120786 121576  total = 32.795693 per ms 
01:52:22.867 16  switches: flows:  124919 123999 126301 125687 123530 126562 126228 124391 123339 121793 119873 119838 122329 120847 120041 119370  total = 32.762767 per ms 
01:53:22.967 16  switches: flows:  129130 129423 130158 130185 126437 129071 127357 125630 127417 124591 122660 123569 124193 123252 123549 123510  total = 33.612776 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31061.58/33612.78/32856.55/10973.19 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-09T01:53:22.974409" elapsed="0.001121"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-09T01:53:22.976123" elapsed="0.000076"/>
</return>
<status status="PASS" start="2026-08-09T01:53:22.975796" elapsed="0.000505"/>
</branch>
<status status="PASS" start="2026-08-09T01:53:22.975668" elapsed="0.000691"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-09T01:53:22.976595" elapsed="0.000028"/>
</return>
<status status="NOT RUN" start="2026-08-09T01:53:22.976508" elapsed="0.000178"/>
</branch>
<status status="NOT RUN" start="2026-08-09T01:53:22.976465" elapsed="0.000311"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-09T01:53:22.976853" elapsed="0.000030"/>
</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-09T01:53:22.982457" elapsed="0.000367"/>
</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-09T01:53:22.982973" elapsed="0.000177"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-09T01:53:22.983281" elapsed="0.000097"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-09T01:53:22.977748" elapsed="0.005685"/>
</kw>
<msg time="2026-08-09T01:53:22.983568" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.43:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-09T01:43:16.541870" elapsed="606.441725"/>
</kw>
<status status="PASS" start="2026-08-09T01:43:16.541405" elapsed="606.442238"/>
</branch>
<status status="PASS" start="2026-08-09T01:43:16.540917" elapsed="606.442750"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T01:53:22.984124" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.43: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.43. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:44:22.063 16  switches: flows:  118153 115363 117338 118138 113006 119643 115801 116695 114681 111347 111760 110405 112266 115604 108670 116757  total = 30.593783 per ms 
01:45:22.164 16  switches: flows:  127311 127371 129572 129743 126108 126573 127435 122297 125328 123568 121613 120950 123730 120855 122210 122667  total = 33.233396 per ms 
01:46:22.265 16  switches: flows:  117319 120492 119331 120094 116845 119432 117891 115772 116360 115978 113754 113006 115992 114587 114312 115641  total = 31.061583 per ms 
01:47:22.366 16  switches: flows:  127147 124847 126744 128888 125057 127023 124823 123213 123944 120860 121693 122842 123555 122262 120656 122581  total = 33.047026 per ms 
01:48:22.466 16  switches: flows:  127437 124695 126742 127877 125473 127307 125900 123456 123399 120938 121064 120899 122187 120960 119674 123343  total = 32.967445 per ms 
01:49:22.566 16  switches: flows:  128034 125359 127146 129270 124785 128777 127385 123448 124557 123453 121740 121402 122244 123156 120885 123895  total = 33.203436 per ms 
01:50:22.667 16  switches: flows:  126724 126226 127851 129175 123333 127236 126396 122670 122197 123644 120649 122345 122839 121813 120502 121200  total = 33.024867 per ms 
01:51:22.767 16  switches: flows:  125558 125535 127456 126549 123057 125824 126241 123956 122138 122045 120630 118500 121554 119621 120786 121576  total = 32.795693 per ms 
01:52:22.867 16  switches: flows:  124919 123999 126301 125687 123530 126562 126228 124391 123339 121793 119873 119838 122329 120847 120041 119370  total = 32.762767 per ms 
01:53:22.967 16  switches: flows:  129130 129423 130158 130185 126437 129071 127357 125630 127417 124591 122660 123569 124193 123252 123549 123510  total = 33.612776 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 31061.58/33612.78/32856.55/10973.19 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-09T01:53:22.983832" elapsed="0.000367"/>
</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-09T01:53:22.984348" elapsed="0.000390"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-09T01:53:22.985143" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-09T01:53:22.985270" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 31061.58/33612.78/32856.55/10973.19 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-09T01:53:22.984902" elapsed="0.000393"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-09T01:53:22.985723" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 31061.58/33612.78/32856.55/10973.19 | 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-09T01:53:22.985449" elapsed="0.000302"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T01:53:22.988104" 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-09T01:53:22.985896" elapsed="0.002264"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T01:53:22.990540" level="INFO">31061.58/33612.78/32856.55/10973.19</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-09T01:53:22.988304" elapsed="0.002292"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-09T01:53:22.992923" 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-09T01:53:22.990760" elapsed="0.002191"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-09T01:53:22.995349" level="INFO">@{result_value_list} = [ 31061.58 | 33612.78 | 32856.55 | 10973.19 ]</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-09T01:53:22.993168" elapsed="0.002208"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-09T01:53:22.995848" level="INFO">Length is 4.</msg>
<msg time="2026-08-09T01:53:22.995935" 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-09T01:53:22.995529" elapsed="0.000429"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T01:53:23.000685" level="INFO">min :: 31061.58</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-09T01:53:22.996354" elapsed="0.004408"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-09T01:53:22.996223" elapsed="0.004575"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T01:53:23.005357" level="INFO">max :: 33612.78</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-09T01:53:23.001027" elapsed="0.004396"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-09T01:53:23.000892" elapsed="0.004566"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T01:53:23.009913" level="INFO">avg :: 32856.55</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-09T01:53:23.005676" elapsed="0.004294"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-09T01:53:23.005546" elapsed="0.004458"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T01:53:23.014422" level="INFO">stdev :: 10973.19</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-09T01:53:23.010220" elapsed="0.004257"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-09T01:53:23.010094" elapsed="0.004417"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-09T01:53:22.996029" elapsed="0.018513"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-09T01:53:23.018462" level="INFO">${min} = 31061.58</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-09T01:53:23.014711" elapsed="0.003777"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-09T01:53:23.022824" level="INFO">${max} = 33612.78</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-09T01:53:23.018639" elapsed="0.004212"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-09T01:53:23.026666" level="INFO">${average} = 32856.55</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-09T01:53:23.023003" elapsed="0.003689"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-09T01:53:23.030536" level="INFO">${stdev} = 10973.19</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-09T01:53:23.026859" elapsed="0.003703"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-09T01:53:23.031108" level="INFO">${date} = 2026-08-09 01:53:23</msg>
<var>${date}</var>
<arg>d,m,s</arg>
<doc>Returns the given time in the requested format.</doc>
<status status="PASS" start="2026-08-09T01:53:23.030737" elapsed="0.000396"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T01:53:23.031682" level="INFO">CBench Result: 2026-08-09 01:53:23,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,31061.58,33612.78,32856.55,10973.19</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-09T01:53:23.031278" elapsed="0.000479"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-09T01:53:23.032790" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/latency.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-09T01:53:23.032363" elapsed="0.000505"/>
</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-09T01:53:23.033017" elapsed="0.000452"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-09T01:53:23.031901" elapsed="0.001631"/>
</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-09T01:43:16.539321" elapsed="606.494270"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-09T01:53:23.034081" 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-09T01:53:23.033761" elapsed="0.000375"/>
</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-09T01:53:23.034642" elapsed="0.000280"/>
</kw>
<status status="PASS" start="2026-08-09T01:53:23.034348" elapsed="0.000645"/>
</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-09T01:43:16.534846" elapsed="606.500185"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T01:53:23.036630" 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-09T01:53:23.036251" elapsed="0.000435"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-09T01:53:23.037975" 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-09T01:53:23.037629" elapsed="0.000389"/>
</kw>
<if>
<branch type="IF" condition="&quot;${cbench_system}&quot; == &quot;localhost&quot;">
<kw name="Run" owner="OperatingSystem">
<var>${output}</var>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<doc>_This keyword is considered deprecated. Use the
[http://robotframework.org/robotframework/latest/libraries/Process.html|
Process] library instead._</doc>
<status status="NOT RUN" start="2026-08-09T01:53:23.038345" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-09T01:53:23.038128" elapsed="0.000274"/>
</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-09T01:53:23.041453" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-09T01:53:23.041206" elapsed="0.000303"/>
</branch>
<status status="PASS" start="2026-08-09T01:53:23.041187" elapsed="0.000345"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-09T01:53:23.041877" 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-09T01:53:23.041996" 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-09T01:53:23.041664" elapsed="0.000358"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T01:53:23.042561" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.43 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.88" 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-09T01:53:23.042153" elapsed="0.000465"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-09T01:53:23.043159" 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-09T01:53:23.042771" elapsed="0.000414"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-09T01:53:23.044064" level="INFO">Length is 0.</msg>
<msg time="2026-08-09T01:53:23.044152" 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-09T01:53:23.043764" elapsed="0.000412"/>
</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-09T01:53:23.044313" elapsed="0.000317"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-09T01:53:23.045501" level="INFO">Logging into '10.30.171.88:22' as 'jenkins'.</msg>
<msg time="2026-08-09T01:53:23.670325" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun Aug  9 01:53:23 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun Aug  9 01:43:16 2026 from 10.30.170.210
[?2004h[jenkins@releng-48317-805-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-09T01:53:23.045154" elapsed="0.625386"/>
</kw>
<msg time="2026-08-09T01:53:23.670636" 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-09T01:53:23.044811" elapsed="0.625941"/>
</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-09T01:53:23.043380" elapsed="0.627506"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-09T01:53:23.671494" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.43 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-09T02:03:30.058426" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-09T02:03:30.059484" level="INFO">${stdout} = </msg>
<msg time="2026-08-09T02:03:30.059569" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.43: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-09T01:53:23.671144" elapsed="606.388466"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-09T02:03:30.060011" elapsed="0.000574"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T02:03:30.061419" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.43: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.43. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:54:29.133 16  switches: flows:  520353 495504 508622 508397 511358 506330 500713 520671 501078 510893 511074 508765 494539 513329 510387 499769  total = 135.363033 per ms 
01:55:29.235 16  switches: flows:  589834 583721 588786 586271 587777 585825 591047 590218 583553 585856 555603 587899 591491 575102 570031 581740  total = 155.316642 per ms 
01:56:29.338 16  switches: flows:  535402 542700 544599 538130 537752 537194 526712 537008 539337 541072 526316 542836 544165 537495 529338 534662  total = 143.002603 per ms 
01:57:29.441 16  switches: flows:  543168 548755 543758 537887 546429 553249 547436 549516 548688 546110 546750 542322 548900 539482 543577 537686  total = 145.149138 per ms 
01:58:29.542 16  switches: flows:  576404 578249 577631 568141 580444 577894 565410 578644 578220 559787 567963 571226 572433 573693 571451 568118  total = 152.505253 per ms 
01:59:29.643 16  switches: flows:  468046 459763 454379 464511 458817 459519 470280 462180 460703 452658 460957 454902 459826 456818 459042 472113  total = 122.702231 per ms 
02:00:29.745 16  switches: flows:  568541 570016 567703 571860 566714 566432 564138 567524 566406 574197 571783 566829 568553 572473 570504 568888  total = 151.454387 per ms 
02:01:29.847 16  switches: flows:  525017 534665 529486 523708 526400 525958 534432 519027 530885 533817 514320 525337 538805 529502 531308 523929  total = 140.540043 per ms 
02:02:29.948 16  switches: flows:  483448 490231 494303 497868 501966 503273 488676 492935 497986 503985 496113 495402 484519 490340 490237 493846  total = 131.531124 per ms 
02:03:30.051 16  switches: flows:  567062 555423 564871 568006 566188 565677 564133 568874 554326 571885 568529 555645 559986 567076 559530 560508  total = 150.043027 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 122702.23/155316.64/143582.72/48910.66 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-09T02:03:30.060860" elapsed="0.000790"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-09T02:03:30.062034" elapsed="0.000070"/>
</return>
<status status="PASS" start="2026-08-09T02:03:30.061811" elapsed="0.000355"/>
</branch>
<status status="PASS" start="2026-08-09T02:03:30.061774" 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-09T02:03:30.062486" elapsed="0.000041"/>
</return>
<status status="NOT RUN" start="2026-08-09T02:03:30.062371" elapsed="0.000243"/>
</branch>
<status status="NOT RUN" start="2026-08-09T02:03:30.062322" elapsed="0.000358"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-09T02:03:30.062834" elapsed="0.000038"/>
</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-09T02:03:30.068967" elapsed="0.001126"/>
</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-09T02:03:30.070331" elapsed="0.000172"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-09T02:03:30.070635" elapsed="0.000126"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-09T02:03:30.063582" elapsed="0.007235"/>
</kw>
<msg time="2026-08-09T02:03:30.070949" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.43: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-09T01:53:23.038755" elapsed="607.032221"/>
</kw>
<status status="PASS" start="2026-08-09T01:53:23.038427" elapsed="607.032599"/>
</branch>
<status status="PASS" start="2026-08-09T01:53:23.038107" elapsed="607.032942"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T02:03:30.071484" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.170.43: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.43. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:54:29.133 16  switches: flows:  520353 495504 508622 508397 511358 506330 500713 520671 501078 510893 511074 508765 494539 513329 510387 499769  total = 135.363033 per ms 
01:55:29.235 16  switches: flows:  589834 583721 588786 586271 587777 585825 591047 590218 583553 585856 555603 587899 591491 575102 570031 581740  total = 155.316642 per ms 
01:56:29.338 16  switches: flows:  535402 542700 544599 538130 537752 537194 526712 537008 539337 541072 526316 542836 544165 537495 529338 534662  total = 143.002603 per ms 
01:57:29.441 16  switches: flows:  543168 548755 543758 537887 546429 553249 547436 549516 548688 546110 546750 542322 548900 539482 543577 537686  total = 145.149138 per ms 
01:58:29.542 16  switches: flows:  576404 578249 577631 568141 580444 577894 565410 578644 578220 559787 567963 571226 572433 573693 571451 568118  total = 152.505253 per ms 
01:59:29.643 16  switches: flows:  468046 459763 454379 464511 458817 459519 470280 462180 460703 452658 460957 454902 459826 456818 459042 472113  total = 122.702231 per ms 
02:00:29.745 16  switches: flows:  568541 570016 567703 571860 566714 566432 564138 567524 566406 574197 571783 566829 568553 572473 570504 568888  total = 151.454387 per ms 
02:01:29.847 16  switches: flows:  525017 534665 529486 523708 526400 525958 534432 519027 530885 533817 514320 525337 538805 529502 531308 523929  total = 140.540043 per ms 
02:02:29.948 16  switches: flows:  483448 490231 494303 497868 501966 503273 488676 492935 497986 503985 496113 495402 484519 490340 490237 493846  total = 131.531124 per ms 
02:03:30.051 16  switches: flows:  567062 555423 564871 568006 566188 565677 564133 568874 554326 571885 568529 555645 559986 567076 559530 560508  total = 150.043027 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 122702.23/155316.64/143582.72/48910.66 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-09T02:03:30.071191" elapsed="0.000368"/>
</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-09T02:03:30.071732" elapsed="0.000430"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-09T02:03:30.072572" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-09T02:03:30.072665" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 122702.23/155316.64/143582.72/48910.66 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-09T02:03:30.072328" elapsed="0.000361"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-09T02:03:30.073198" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 122702.23/155316.64/143582.72/48910.66 | 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-09T02:03:30.072888" elapsed="0.000339"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T02:03:30.075733" 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-09T02:03:30.073445" elapsed="0.002348"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T02:03:30.078164" level="INFO">122702.23/155316.64/143582.72/48910.66</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-09T02:03:30.075940" elapsed="0.002282"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-09T02:03:30.080606" 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-09T02:03:30.078371" elapsed="0.002264"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-09T02:03:30.083102" level="INFO">@{result_value_list} = [ 122702.23 | 155316.64 | 143582.72 | 48910.66 ]</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-09T02:03:30.080862" elapsed="0.002267"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-09T02:03:30.083608" level="INFO">Length is 4.</msg>
<msg time="2026-08-09T02:03:30.083715" 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-09T02:03:30.083297" elapsed="0.000444"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T02:03:30.088651" level="INFO">min :: 122702.23</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-09T02:03:30.084142" elapsed="0.004599"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-09T02:03:30.084012" elapsed="0.004766"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T02:03:30.093323" level="INFO">max :: 155316.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-09T02:03:30.089002" elapsed="0.004396"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-09T02:03:30.088873" elapsed="0.004564"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T02:03:30.098176" level="INFO">avg :: 143582.72</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-09T02:03:30.093662" elapsed="0.004579"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-09T02:03:30.093534" elapsed="0.004746"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T02:03:30.103871" level="INFO">stdev :: 48910.66</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-09T02:03:30.098533" elapsed="0.005404"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-09T02:03:30.098378" elapsed="0.005600"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-09T02:03:30.083814" elapsed="0.020200"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-09T02:03:30.107965" level="INFO">${min} = 122702.23</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-09T02:03:30.104218" elapsed="0.003774"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-09T02:03:30.112086" level="INFO">${max} = 155316.64</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-09T02:03:30.108148" elapsed="0.003965"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-09T02:03:30.115986" level="INFO">${average} = 143582.72</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-09T02:03:30.112267" elapsed="0.003746"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-09T02:03:30.119917" level="INFO">${stdev} = 48910.66</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-09T02:03:30.116166" elapsed="0.003779"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-09T02:03:30.120470" level="INFO">${date} = 2026-08-09 02:03:30</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-09T02:03:30.120109" elapsed="0.000386"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T02:03:30.121075" level="INFO">CBench Result: 2026-08-09 02:03:30,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,122702.23,155316.64,143582.72,48910.66</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-09T02:03:30.120643" elapsed="0.000490"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-09T02:03:30.122238" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/throughput.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-09T02:03:30.121805" elapsed="0.000500"/>
</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-09T02:03:30.122457" elapsed="0.000489"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-09T02:03:30.121287" elapsed="0.001726"/>
</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-09T01:53:23.037057" elapsed="607.086018"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-09T02:03:30.123547" 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-09T02:03:30.123226" elapsed="0.000378"/>
</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-09T02:03:30.124131" elapsed="0.000265"/>
</kw>
<status status="PASS" start="2026-08-09T02:03:30.123831" elapsed="0.000636"/>
</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-09T01:53:23.035335" elapsed="607.089171"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T02:03:30.126171" 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-09T02:03:30.125787" elapsed="0.000441"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-09T02:03:30.127430" 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-09T02:03:30.127105" elapsed="0.000366"/>
</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-09T02:03:30.127879" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-09T02:03:30.127625" elapsed="0.000314"/>
</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-09T02:03:30.131182" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-09T02:03:30.130935" elapsed="0.000303"/>
</branch>
<status status="PASS" start="2026-08-09T02:03:30.130915" elapsed="0.000347"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-09T02:03:30.131594" 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-09T02:03:30.131737" 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-09T02:03:30.131398" elapsed="0.000366"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T02:03:30.132319" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.170.43 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.171.88" 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-09T02:03:30.131899" elapsed="0.000478"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-09T02:03:30.132928" 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-09T02:03:30.132516" elapsed="0.000438"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-09T02:03:30.133899" level="INFO">Length is 0.</msg>
<msg time="2026-08-09T02:03:30.133987" 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-09T02:03:30.133574" elapsed="0.000437"/>
</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-09T02:03:30.134151" elapsed="0.000317"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-09T02:03:30.135319" level="INFO">Logging into '10.30.171.88:22' as 'jenkins'.</msg>
<msg time="2026-08-09T02:03:30.773531" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-153-generic x86_64)

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

 System information as of Sun Aug  9 02:03:30 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Sun Aug  9 01:53:23 2026 from 10.30.170.210
[?2004h[jenkins@releng-48317-805-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-09T02:03:30.134972" elapsed="0.638711"/>
</kw>
<msg time="2026-08-09T02:03:30.773806" 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-09T02:03:30.134617" elapsed="0.639268"/>
</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-09T02:03:30.133154" elapsed="0.640838"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-09T02:03:30.774481" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.170.43 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-09T02:13:36.796915" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-09T02:13:36.797632" level="INFO">${stdout} = </msg>
<msg time="2026-08-09T02:13:36.797771" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.43:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${stdout}</var>
<var>${stderr}</var>
<arg>${cmd}</arg>
<arg>return_stderr=True</arg>
<doc>Executes ``command`` on the remote machine and returns its outputs.</doc>
<status status="PASS" start="2026-08-09T02:03:30.774195" elapsed="606.023638"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-09T02:13:36.798329" elapsed="0.000734"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T02:13:36.800188" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.43: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.43. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:04:35.893 16  switches: flows:  101461 100039 101936 96641 97655 98258 97943 98969 95706 96482 96201 96977 97019 93509 97252 95363  total = 26.023517 per ms 
02:05:35.994 16  switches: flows:  121823 122254 120387 120790 117388 121470 122412 121207 116212 117401 119432 119015 117753 116253 117311 118074  total = 31.766617 per ms 
02:06:36.094 16  switches: flows:  126855 126002 123211 122868 121728 125291 126416 123421 118041 120213 121947 122276 121587 121317 120100 121528  total = 32.658859 per ms 
02:07:36.194 16  switches: flows:  113690 110906 110685 110139 108279 112456 113085 108958 106524 107986 110288 110766 109054 107943 107554 107661  total = 29.217454 per ms 
02:08:36.294 16  switches: flows:  121597 118240 118168 117950 115998 118629 119817 117618 114709 115233 117709 117701 116472 113563 114320 115942  total = 31.175733 per ms 
02:09:36.395 16  switches: flows:  123554 121052 119802 120734 119140 121454 121433 120506 117019 116790 120171 117825 118485 116508 117021 117731  total = 31.767407 per ms 
02:10:36.495 16  switches: flows:  115273 114503 114230 115139 113864 113752 113986 113863 111131 109320 111900 110315 112250 109423 112768 110787  total = 29.991701 per ms 
02:11:36.595 16  switches: flows:  118590 118365 118790 116058 117553 118318 117127 118749 115972 114229 114698 115739 114884 114923 115421 114226  total = 31.008878 per ms 
02:12:36.695 16  switches: flows:  118666 119386 120847 117601 116096 117881 119475 121102 116429 115546 118418 119183 117115 115756 117080 114101  total = 31.359047 per ms 
02:13:36.796 16  switches: flows:  113946 113632 114685 112337 112526 113379 113431 115275 111530 110951 114234 113969 113670 112067 112141 108248  total = 30.050147 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29217.45/32658.86/30999.54/10382.44 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-09T02:13:36.799413" elapsed="0.001082"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-09T02:13:36.801003" elapsed="0.000071"/>
</return>
<status status="PASS" start="2026-08-09T02:13:36.800672" elapsed="0.000480"/>
</branch>
<status status="PASS" start="2026-08-09T02:13:36.800623" elapsed="0.000582"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-09T02:13:36.801409" elapsed="0.000027"/>
</return>
<status status="NOT RUN" start="2026-08-09T02:13:36.801329" elapsed="0.000168"/>
</branch>
<status status="NOT RUN" start="2026-08-09T02:13:36.801294" elapsed="0.000249"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-09T02:13:36.801609" elapsed="0.000029"/>
</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-09T02:13:36.807749" elapsed="0.000627"/>
</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-09T02:13:36.808520" elapsed="0.000159"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-09T02:13:36.808824" elapsed="0.000096"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-09T02:13:36.802303" elapsed="0.006671"/>
</kw>
<msg time="2026-08-09T02:13:36.809100" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.43:6633 
   faking 16 switches with 1 threads :: 10 tests each; 60000 ms per test
   with 100...</msg>
<var>${output}</var>
<arg>${cbench_system}</arg>
<arg>${cbench_executable} -c ${ODL_SYSTEM_IP} ${cbench_args}</arg>
<arg>prompt_timeout=${test_timeout}</arg>
<arg>return_stdout=False</arg>
<arg>return_stderr=True</arg>
<doc>Reduces the common work of running a command on a remote system to a single higher level
robot keyword, taking care to log in with a public key and. The command given is written and the return value
depends on the passed argument values of return_stdout (default: True) and return_stderr (default: False).
At least one should be True, or the keyword will exit and FAIL. If both are True, the resulting return value
will be a two element list containing both. Otherwise the resulting return value is a string.
No test conditions are checked.</doc>
<status status="PASS" start="2026-08-09T02:03:30.128275" elapsed="606.680851"/>
</kw>
<status status="PASS" start="2026-08-09T02:03:30.127964" elapsed="606.681211"/>
</branch>
<status status="PASS" start="2026-08-09T02:03:30.127597" elapsed="606.681601"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T02:13:36.809616" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.170.43: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.43. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
02:04:35.893 16  switches: flows:  101461 100039 101936 96641 97655 98258 97943 98969 95706 96482 96201 96977 97019 93509 97252 95363  total = 26.023517 per ms 
02:05:35.994 16  switches: flows:  121823 122254 120387 120790 117388 121470 122412 121207 116212 117401 119432 119015 117753 116253 117311 118074  total = 31.766617 per ms 
02:06:36.094 16  switches: flows:  126855 126002 123211 122868 121728 125291 126416 123421 118041 120213 121947 122276 121587 121317 120100 121528  total = 32.658859 per ms 
02:07:36.194 16  switches: flows:  113690 110906 110685 110139 108279 112456 113085 108958 106524 107986 110288 110766 109054 107943 107554 107661  total = 29.217454 per ms 
02:08:36.294 16  switches: flows:  121597 118240 118168 117950 115998 118629 119817 117618 114709 115233 117709 117701 116472 113563 114320 115942  total = 31.175733 per ms 
02:09:36.395 16  switches: flows:  123554 121052 119802 120734 119140 121454 121433 120506 117019 116790 120171 117825 118485 116508 117021 117731  total = 31.767407 per ms 
02:10:36.495 16  switches: flows:  115273 114503 114230 115139 113864 113752 113986 113863 111131 109320 111900 110315 112250 109423 112768 110787  total = 29.991701 per ms 
02:11:36.595 16  switches: flows:  118590 118365 118790 116058 117553 118318 117127 118749 115972 114229 114698 115739 114884 114923 115421 114226  total = 31.008878 per ms 
02:12:36.695 16  switches: flows:  118666 119386 120847 117601 116096 117881 119475 121102 116429 115546 118418 119183 117115 115756 117080 114101  total = 31.359047 per ms 
02:13:36.796 16  switches: flows:  113946 113632 114685 112337 112526 113379 113431 115275 111530 110951 114234 113969 113670 112067 112141 108248  total = 30.050147 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29217.45/32658.86/30999.54/10382.44 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-09T02:13:36.809335" elapsed="0.000354"/>
</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-09T02:13:36.809851" elapsed="0.000355"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-09T02:13:36.810582" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-09T02:13:36.810670" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29217.45/32658.86/30999.54/10382.44 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-09T02:13:36.810366" elapsed="0.000328"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-09T02:13:36.811139" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29217.45/32658.86/30999.54/10382.44 | 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-09T02:13:36.810862" elapsed="0.000303"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T02:13:36.813845" 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-09T02:13:36.811306" elapsed="0.002603"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T02:13:36.816863" level="INFO">29217.45/32658.86/30999.54/10382.44</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-09T02:13:36.814086" elapsed="0.002846"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-09T02:13:36.819762" 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-09T02:13:36.817104" elapsed="0.002689"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-09T02:13:36.822532" level="INFO">@{result_value_list} = [ 29217.45 | 32658.86 | 30999.54 | 10382.44 ]</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-09T02:13:36.820031" elapsed="0.002528"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-09T02:13:36.823049" level="INFO">Length is 4.</msg>
<msg time="2026-08-09T02:13:36.823136" 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-09T02:13:36.822729" elapsed="0.000430"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T02:13:36.827767" level="INFO">min :: 29217.45</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-09T02:13:36.823540" elapsed="0.004284"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-09T02:13:36.823413" elapsed="0.004445"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T02:13:36.832300" level="INFO">max :: 32658.86</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-09T02:13:36.828069" elapsed="0.004287"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-09T02:13:36.827944" elapsed="0.004446"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T02:13:36.836848" level="INFO">avg :: 30999.54</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-09T02:13:36.832597" elapsed="0.004308"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-09T02:13:36.832472" elapsed="0.004468"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T02:13:36.841393" level="INFO">stdev :: 10382.44</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-09T02:13:36.837148" elapsed="0.004299"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-09T02:13:36.837022" elapsed="0.004459"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-09T02:13:36.823226" elapsed="0.018283"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-09T02:13:36.845430" level="INFO">${min} = 29217.45</msg>
<var>${min}</var>
<arg>${result_value_list[${0}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-09T02:13:36.841669" elapsed="0.003788"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-09T02:13:36.849303" level="INFO">${max} = 32658.86</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-09T02:13:36.845609" elapsed="0.003720"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-09T02:13:36.853471" level="INFO">${average} = 30999.54</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-09T02:13:36.849481" elapsed="0.004017"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-09T02:13:36.857385" level="INFO">${stdev} = 10382.44</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-09T02:13:36.853652" elapsed="0.003759"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-09T02:13:36.857950" level="INFO">${date} = 2026-08-09 02:13:36</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-09T02:13:36.857574" elapsed="0.000401"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-09T02:13:36.858531" level="INFO">CBench Result: 2026-08-09 02:13:36,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29217.45,32658.86,30999.54,10382.44</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-09T02:13:36.858127" elapsed="0.000460"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-09T02:13:36.859670" level="INFO" html="true">Appended to file '&lt;a href="file:///w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv"&gt;/w/workspace/openflowplugin-csit-1node-cbench-only-titanium/bug.csv&lt;/a&gt;'.</msg>
<arg>${output_file}</arg>
<arg>${min},${max},${average}\n</arg>
<doc>Appends the given content to the specified file.</doc>
<status status="PASS" start="2026-08-09T02:13:36.859219" elapsed="0.000536"/>
</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-09T02:13:36.859904" elapsed="0.000450"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-09T02:13:36.858745" elapsed="0.001673"/>
</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-09T02:03:30.126542" elapsed="606.733939"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-09T02:13:36.860957" 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-09T02:13:36.860629" elapsed="0.000384"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-09T02:13:36.862216" 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-09T02:13:36.861725" elapsed="0.000518"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-09T02:13:36.862459" elapsed="0.000030"/>
</return>
<status status="PASS" start="2026-08-09T02:13:36.862317" elapsed="0.000204"/>
</branch>
<status status="PASS" start="2026-08-09T02:13:36.862298" elapsed="0.000246"/>
</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-09T02:13:36.862683" elapsed="0.000038"/>
</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-09T02:13:36.862856" elapsed="0.000019"/>
</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-09T02:13:36.863020" 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-09T02:13:36.863211" elapsed="0.000021"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-08-09T02:13:36.863358" elapsed="0.000026"/>
</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-09T02:13:36.863509" elapsed="0.000019"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-09T02:13:36.863654" 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-09T02:13:36.863886" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-08-09T02:13:36.863752" elapsed="0.000184"/>
</branch>
<status status="NOT RUN" start="2026-08-09T02:13:36.863735" elapsed="0.000224"/>
</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-09T02:13:36.861379" elapsed="0.002629"/>
</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-09T02:03:30.125151" elapsed="606.738901"/>
</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-09T01:43:14.014185" elapsed="1822.850557"/>
</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>
