<?xml version="1.0" encoding="UTF-8"?>
<robot generator="Robot 7.4.2 (Python 3.11.10 on linux)" generated="2026-08-12T00:59:42.876182" 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-12T00:59:43.417920" elapsed="0.000023"/>
</return>
<status status="NOT RUN" start="2026-08-12T00:59:43.417782" elapsed="0.000208"/>
</branch>
<status status="PASS" start="2026-08-12T00:59:43.417753" elapsed="0.000264"/>
</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-12T00:59:43.418159" elapsed="0.000510"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-12T00:59:43.419128" level="INFO">Logging into '10.30.171.70:8101' as 'karaf'.</msg>
<msg time="2026-08-12T00:59:44.060967" 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-12T00:59:43.418837" elapsed="0.642316"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-12T00:59:44.110090" 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-12T00:59:44.061433" elapsed="0.048734"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-12T00:59:44.112079" level="INFO">[?1l&gt;[?2004l[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-12T00:59:44.112192" 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-12T00:59:44.110350" elapsed="0.001872"/>
</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-12T00:59:44.112378" elapsed="0.000223"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-12T00:59:44.112753" elapsed="0.000209"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-12T00:59:44.113454" 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-12T00:59:44.113113" elapsed="0.000394"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-12T00:59:44.113584" 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.171.70
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-12T00:59:43.417395" elapsed="0.696373"/>
</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-12T00:59:43.413826" elapsed="0.700006"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-12T00:59:44.114404" 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-12T00:59:44.114018" elapsed="0.000442"/>
</kw>
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-12T00:59:44.114929" 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-12T00:59:44.114674" elapsed="0.000320"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-12T00:59:44.115541" 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-12T00:59:44.115148" elapsed="0.000443"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-12T00:59:44.116108" 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-12T00:59:44.115759" elapsed="0.000393"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-12T00:59:44.116713" 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-12T00:59:44.116298" elapsed="0.000443"/>
</kw>
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-12T00:59:44.117212" 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-12T00:59:44.116900" elapsed="0.000355"/>
</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-12T00:59:44.117571" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-12T00:59:44.117341" elapsed="0.000287"/>
</branch>
<branch type="ELSE">
<kw name="Verify File Exists On Remote System" owner="Utils">
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-12T00:59:44.122065" 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-12T00:59:44.121659" elapsed="0.000433"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-12T00:59:44.123114" level="INFO">Length is 0.</msg>
<msg time="2026-08-12T00:59:44.123197" 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-12T00:59:44.122657" elapsed="0.000565"/>
</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-12T00:59:44.123365" elapsed="0.000367"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-12T00:59:44.124756" level="INFO">Logging into '10.30.170.140:22' as 'jenkins'.</msg>
<msg time="2026-08-12T00:59:44.601152" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Wed Aug 12 00:59:03 UTC 2026

  System load:  0.15               Processes:             110
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.140
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


[?2004h[jenkins@releng-48317-808-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-12T00:59:44.124240" elapsed="0.477064"/>
</kw>
<msg time="2026-08-12T00:59:44.601396" 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-12T00:59:44.123884" elapsed="0.477604"/>
</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-12T00:59:44.122298" elapsed="0.479327"/>
</kw>
<kw name="File Should Exist" owner="SSHLibrary">
<msg time="2026-08-12T00:59:44.609309" 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-12T00:59:44.601837" elapsed="0.009507"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-12T00:59:44.611761" elapsed="0.000594"/>
</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-12T00:59:44.121117" elapsed="0.491376"/>
</kw>
<status status="PASS" start="2026-08-12T00:59:44.117841" elapsed="0.494766"/>
</branch>
<status status="PASS" start="2026-08-12T00:59:44.117316" elapsed="0.495358"/>
</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-12T00:59:44.613013" elapsed="0.001013"/>
</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-12T00:59:44.622454" elapsed="0.000019"/>
</return>
<status status="NOT RUN" start="2026-08-12T00:59:44.622324" elapsed="0.000184"/>
</branch>
<status status="PASS" start="2026-08-12T00:59:44.622300" elapsed="0.000233"/>
</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-12T00:59:44.626244" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-12T00:59:44.626128" elapsed="0.000163"/>
</branch>
<status status="PASS" start="2026-08-12T00:59:44.626109" elapsed="0.000205"/>
</if>
<kw name="Open Connection" owner="SSHLibrary">
<arg>${controller}</arg>
<arg>port=${karaf_port}</arg>
<arg>prompt=${KARAF_PROMPT_LOGIN}</arg>
<arg>timeout=${timeout}</arg>
<doc>Opens a new SSH connection to the given ``host`` and ``port``.</doc>
<status status="PASS" start="2026-08-12T00:59:44.626444" elapsed="0.000452"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-12T00:59:44.627298" level="INFO">Logging into '10.30.171.70:8101' as 'karaf'.</msg>
<msg time="2026-08-12T00:59:44.822305" 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-12T00:59:44.627041" elapsed="0.195351"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-12T00:59:44.921651" 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-12T00:59:44.822566" elapsed="0.099168"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-12T00:59:44.944601" 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-12T00:59:44.944784" 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-12T00:59:44.921891" elapsed="0.022925"/>
</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-12T00:59:44.944956" elapsed="0.000188"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-12T00:59:44.945282" elapsed="0.000222"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-12T00:59:44.945942" 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-12T00:59:44.945668" elapsed="0.000329"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-12T00:59:44.946044" elapsed="0.000038"/>
</return>
<msg time="2026-08-12T00:59:44.946219" 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.171.70
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-12T00:59:44.625769" elapsed="0.320482"/>
</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-12T00:59:44.946396" elapsed="0.000534"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-12T00:59:44.946982" elapsed="0.000033"/>
</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-12T00:59:44.622016" elapsed="0.325099"/>
</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-12T00:59:44.950841" elapsed="0.000015"/>
</return>
<status status="NOT RUN" start="2026-08-12T00:59:44.950713" elapsed="0.000175"/>
</branch>
<status status="PASS" start="2026-08-12T00:59:44.950691" elapsed="0.000220"/>
</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-12T00:59:44.951039" elapsed="0.000413"/>
</kw>
<kw name="Login" owner="SSHLibrary">
<msg time="2026-08-12T00:59:44.951896" level="INFO">Logging into '10.30.171.70:8101' as 'karaf'.</msg>
<msg time="2026-08-12T00:59:45.118156" 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-12T00:59:44.951633" elapsed="0.166614"/>
</kw>
<kw name="Write" owner="SSHLibrary">
<msg time="2026-08-12T00:59:45.146514" 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-12T00:59:45.118405" elapsed="0.028179"/>
</kw>
<kw name="Read Until Regexp" owner="SSHLibrary">
<msg time="2026-08-12T00:59:45.148737" level="INFO">[?1l&gt;[?2004lDropAllFlows transitions to on
[?1h=[90m~[0m                                                                                [?2004hopendaylight-user@root&gt;</msg>
<msg time="2026-08-12T00:59:45.148835" 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-12T00:59:45.146727" elapsed="0.002137"/>
</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-12T00:59:45.148997" elapsed="0.000186"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-12T00:59:45.149326" elapsed="0.000183"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-12T00:59:45.149930" 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-12T00:59:45.149667" elapsed="0.000312"/>
</kw>
<return>
<value>${output}</value>
<status status="PASS" start="2026-08-12T00:59:45.150024" elapsed="0.000037"/>
</return>
<arg>dropallpacketsrpc on</arg>
<doc>Will execute the given ${cmd} by ssh'ing to the karaf console running on 10.30.171.70
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-12T00:59:44.950378" elapsed="0.199782"/>
</kw>
<status status="PASS" start="2026-08-12T00:59:43.412028" elapsed="1.738192"/>
</kw>
<test id="s1-t1" name="Cbench Latency Test" line="37">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-12T00:59:45.152316" 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-12T00:59:45.151311" elapsed="0.001068"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-12T00:59:45.153906" 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-12T00:59:45.153535" elapsed="0.000415"/>
</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-12T00:59:45.154248" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-12T00:59:45.154025" elapsed="0.000282"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-12T00:59:45.157240" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-12T00:59:45.156991" elapsed="0.000305"/>
</branch>
<status status="PASS" start="2026-08-12T00:59:45.156972" elapsed="0.000349"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-12T00:59:45.157655" 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-12T00:59:45.157776" 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-12T00:59:45.157450" elapsed="0.000353"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-12T00:59:45.158355" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.70 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.140" 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-12T00:59:45.157936" elapsed="0.000482"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-12T00:59:45.159025" 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-12T00:59:45.158572" elapsed="0.000479"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-12T00:59:45.159948" level="INFO">Length is 0.</msg>
<msg time="2026-08-12T00:59:45.160038" 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-12T00:59:45.159639" elapsed="0.000423"/>
</kw>
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${pwd_length} &gt; 0</arg>
<arg>SSHLibrary.Login</arg>
<arg>${user}</arg>
<arg>${password}</arg>
<arg>delay=${delay}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-12T00:59:45.160201" elapsed="0.000367"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-12T00:59:45.161429" level="INFO">Logging into '10.30.170.140:22' as 'jenkins'.</msg>
<msg time="2026-08-12T00:59:45.511681" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Wed Aug 12 00:59:03 UTC 2026

  System load:  0.15               Processes:             110
  Usage of /:   19.7% of 38.58GB   Users logged in:       0
  Memory usage: 4%                 IPv4 address for ens3: 10.30.170.140
  Swap usage:   0%


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Aug 12 00:59:44 2026 from 10.30.170.53
[?2004h[jenkins@releng-48317-808-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-12T00:59:45.161069" elapsed="0.350724"/>
</kw>
<msg time="2026-08-12T00:59:45.511854" 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-12T00:59:45.160722" elapsed="0.351197"/>
</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-12T00:59:45.159250" elapsed="0.352758"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-12T00:59:45.512392" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.70 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-12T01:09:51.647652" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-12T01:09:51.648263" level="INFO">${stdout} = </msg>
<msg time="2026-08-12T01:09:51.648372" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.70: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-12T00:59:45.512168" elapsed="606.136279"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-12T01:09:51.648966" elapsed="0.000813"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-12T01:09:51.651008" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.70: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.171.70. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:00:50.733 16  switches: flows:  98988 97768 99534 99605 98576 97400 97401 97004 95255 96797 97756 94545 95298 95172 94372 96028  total = 25.858317 per ms 
01:01:50.835 16  switches: flows:  114522 112839 112994 114948 115111 112974 115511 111701 113231 113315 111432 108305 109365 108741 108810 110622  total = 29.857132 per ms 
01:02:50.936 16  switches: flows:  111008 109757 114010 112965 111064 111122 113848 108121 110871 111010 110010 107720 107884 107523 106626 109614  total = 29.336853 per ms 
01:03:51.037 16  switches: flows:  121259 119488 121028 121752 122876 119204 122112 119363 119214 119694 117867 116923 118101 117336 115963 119583  total = 31.809578 per ms 
01:04:51.138 16  switches: flows:  125671 124415 126501 125415 124365 123316 125019 123121 121496 122410 121489 118869 119584 121114 119099 122457  total = 32.684454 per ms 
01:05:51.239 16  switches: flows:  122574 123097 125259 123561 122356 121106 124501 120897 119107 122404 117237 119155 118283 118580 116893 118833  total = 32.177008 per ms 
01:06:51.340 16  switches: flows:  122744 121646 124824 122648 122567 121918 123148 121418 119119 121299 116501 116849 117390 117866 117447 117936  total = 32.035195 per ms 
01:07:51.441 16  switches: flows:  123022 122678 122618 120833 121340 121688 122276 118836 117069 117581 115962 118215 118913 117601 116652 117296  total = 31.823222 per ms 
01:08:51.542 16  switches: flows:  128704 126822 125148 123284 123662 124591 125373 121949 119069 120499 122641 121742 123088 120483 119291 122435  total = 32.758215 per ms 
01:09:51.643 16  switches: flows:  124684 122528 121746 122217 121284 121687 121225 120500 115616 118847 118944 119832 119094 118191 114900 117880  total = 31.932797 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29336.85/32758.21/31601.61/10593.84 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-12T01:09:51.650233" elapsed="0.001092"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-12T01:09:51.651857" elapsed="0.000086"/>
</return>
<status status="PASS" start="2026-08-12T01:09:51.651527" elapsed="0.000495"/>
</branch>
<status status="PASS" start="2026-08-12T01:09:51.651470" elapsed="0.000607"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-12T01:09:51.652287" elapsed="0.000030"/>
</return>
<status status="NOT RUN" start="2026-08-12T01:09:51.652206" elapsed="0.000172"/>
</branch>
<status status="NOT RUN" start="2026-08-12T01:09:51.652170" elapsed="0.000256"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-12T01:09:51.652497" 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-12T01:09:51.658062" elapsed="0.000333"/>
</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-12T01:09:51.658540" elapsed="0.000189"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-12T01:09:51.658859" elapsed="0.000099"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-12T01:09:51.653193" elapsed="0.005817"/>
</kw>
<msg time="2026-08-12T01:09:51.659138" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.70: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-12T00:59:45.154676" elapsed="606.504489"/>
</kw>
<status status="PASS" start="2026-08-12T00:59:45.154334" elapsed="606.504881"/>
</branch>
<status status="PASS" start="2026-08-12T00:59:45.154003" elapsed="606.505236"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-12T01:09:51.659684" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.70: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.171.70. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:00:50.733 16  switches: flows:  98988 97768 99534 99605 98576 97400 97401 97004 95255 96797 97756 94545 95298 95172 94372 96028  total = 25.858317 per ms 
01:01:50.835 16  switches: flows:  114522 112839 112994 114948 115111 112974 115511 111701 113231 113315 111432 108305 109365 108741 108810 110622  total = 29.857132 per ms 
01:02:50.936 16  switches: flows:  111008 109757 114010 112965 111064 111122 113848 108121 110871 111010 110010 107720 107884 107523 106626 109614  total = 29.336853 per ms 
01:03:51.037 16  switches: flows:  121259 119488 121028 121752 122876 119204 122112 119363 119214 119694 117867 116923 118101 117336 115963 119583  total = 31.809578 per ms 
01:04:51.138 16  switches: flows:  125671 124415 126501 125415 124365 123316 125019 123121 121496 122410 121489 118869 119584 121114 119099 122457  total = 32.684454 per ms 
01:05:51.239 16  switches: flows:  122574 123097 125259 123561 122356 121106 124501 120897 119107 122404 117237 119155 118283 118580 116893 118833  total = 32.177008 per ms 
01:06:51.340 16  switches: flows:  122744 121646 124824 122648 122567 121918 123148 121418 119119 121299 116501 116849 117390 117866 117447 117936  total = 32.035195 per ms 
01:07:51.441 16  switches: flows:  123022 122678 122618 120833 121340 121688 122276 118836 117069 117581 115962 118215 118913 117601 116652 117296  total = 31.823222 per ms 
01:08:51.542 16  switches: flows:  128704 126822 125148 123284 123662 124591 125373 121949 119069 120499 122641 121742 123088 120483 119291 122435  total = 32.758215 per ms 
01:09:51.643 16  switches: flows:  124684 122528 121746 122217 121284 121687 121225 120500 115616 118847 118944 119832 119094 118191 114900 117880  total = 31.932797 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 29336.85/32758.21/31601.61/10593.84 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-12T01:09:51.659376" elapsed="0.000381"/>
</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-12T01:09:51.659902" elapsed="0.000372"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-12T01:09:51.660675" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-12T01:09:51.660768" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 29336.85/32758.21/31601.61/10593.84 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-12T01:09:51.660433" elapsed="0.000360"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-12T01:09:51.661203" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 29336.85/32758.21/31601.61/10593.84 | 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-12T01:09:51.660946" elapsed="0.000284"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-12T01:09:51.663633" 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-12T01:09:51.661374" elapsed="0.002316"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-12T01:09:51.666094" level="INFO">29336.85/32758.21/31601.61/10593.84</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-12T01:09:51.663837" elapsed="0.002315"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-12T01:09:51.668502" 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-12T01:09:51.666300" elapsed="0.002229"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-12T01:09:51.670960" level="INFO">@{result_value_list} = [ 29336.85 | 32758.21 | 31601.61 | 10593.84 ]</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-12T01:09:51.668739" elapsed="0.002249"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-12T01:09:51.671449" level="INFO">Length is 4.</msg>
<msg time="2026-08-12T01:09:51.671538" 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-12T01:09:51.671142" elapsed="0.000437"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-12T01:09:51.676288" level="INFO">min :: 29336.85</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-12T01:09:51.671968" elapsed="0.004377"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-12T01:09:51.671837" elapsed="0.004543"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-12T01:09:51.680892" level="INFO">max :: 32758.21</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-12T01:09:51.676611" elapsed="0.004338"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-12T01:09:51.676469" elapsed="0.004515"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-12T01:09:51.685506" level="INFO">avg :: 31601.61</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-12T01:09:51.681199" elapsed="0.004379"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-12T01:09:51.681073" elapsed="0.004542"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-12T01:09:51.690120" level="INFO">stdev :: 10593.84</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-12T01:09:51.685832" elapsed="0.004344"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-12T01:09:51.685707" elapsed="0.004504"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-12T01:09:51.671646" elapsed="0.018597"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-12T01:09:51.694145" level="INFO">${min} = 29336.85</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-12T01:09:51.690397" elapsed="0.003775"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-12T01:09:51.698552" level="INFO">${max} = 32758.21</msg>
<var>${max}</var>
<arg>${result_value_list[${1}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-12T01:09:51.694323" elapsed="0.004276"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-12T01:09:51.702524" level="INFO">${average} = 31601.61</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-12T01:09:51.698789" elapsed="0.003766"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-12T01:09:51.706490" level="INFO">${stdev} = 10593.84</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-12T01:09:51.702742" elapsed="0.003776"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-12T01:09:51.707097" level="INFO">${date} = 2026-08-12 01:09:51</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-12T01:09:51.706698" elapsed="0.000425"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-12T01:09:51.707715" level="INFO">CBench Result: 2026-08-12 01:09:51,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,29336.85,32758.21,31601.61,10593.84</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-12T01:09:51.707285" elapsed="0.000484"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-12T01:09:51.708794" 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-12T01:09:51.708371" elapsed="0.000489"/>
</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-12T01:09:51.709010" elapsed="0.000454"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-12T01:09:51.707907" elapsed="0.001620"/>
</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-12T00:59:45.152823" elapsed="606.556783"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-12T01:09:51.710070" 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-12T01:09:51.709757" elapsed="0.000369"/>
</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-12T01:09:51.710647" elapsed="0.000278"/>
</kw>
<status status="PASS" start="2026-08-12T01:09:51.710334" elapsed="0.000661"/>
</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-12T00:59:45.150362" elapsed="606.560671"/>
</test>
<test id="s1-t2" name="Cbench Throughput Test" line="51">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-12T01:09:51.712491" 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-12T01:09:51.712111" elapsed="0.000439"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-12T01:09:51.713875" 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-12T01:09:51.713494" elapsed="0.000427"/>
</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-12T01:09:51.714270" elapsed="0.000023"/>
</kw>
<status status="NOT RUN" start="2026-08-12T01:09:51.714031" elapsed="0.000299"/>
</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-12T01:09:51.717427" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-12T01:09:51.717161" elapsed="0.000324"/>
</branch>
<status status="PASS" start="2026-08-12T01:09:51.717141" elapsed="0.000368"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-12T01:09:51.717866" 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-12T01:09:51.717987" 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-12T01:09:51.717675" elapsed="0.000339"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-12T01:09:51.718606" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.70 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.140" 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-12T01:09:51.718147" elapsed="0.000519"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-12T01:09:51.719239" 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-12T01:09:51.718805" elapsed="0.000463"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-12T01:09:51.720187" level="INFO">Length is 0.</msg>
<msg time="2026-08-12T01:09:51.720275" 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-12T01:09:51.719878" elapsed="0.000421"/>
</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-12T01:09:51.720437" elapsed="0.000342"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-12T01:09:51.721636" level="INFO">Logging into '10.30.170.140:22' as 'jenkins'.</msg>
<msg time="2026-08-12T01:09:52.308143" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Wed Aug 12 01:09:51 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Aug 12 00:59:45 2026 from 10.30.170.53
[?2004h[jenkins@releng-48317-808-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-12T01:09:51.721267" elapsed="0.587077"/>
</kw>
<msg time="2026-08-12T01:09:52.308432" 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-12T01:09:51.720928" elapsed="0.587627"/>
</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-12T01:09:51.719472" elapsed="0.589226"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-12T01:09:52.309279" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.70 -t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-12T01:19:58.754668" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-12T01:19:58.755279" level="INFO">${stdout} = </msg>
<msg time="2026-08-12T01:19:58.755389" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.70: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-12T01:09:52.308939" elapsed="606.446515"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-12T01:19:58.755947" elapsed="0.000695"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-12T01:19:58.757779" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.70: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.171.70. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:10:57.438 16  switches: flows:  585030 601187 593556 596070 584550 605178 594006 592845 583898 577875 593293 582649 587875 582677 583553 583624  total = 157.131100 per ms 
01:11:57.540 16  switches: flows:  610809 598956 603322 613584 597439 601553 602584 610289 602475 609918 606456 590868 609389 608045 606433 603817  total = 160.991084 per ms 
01:12:57.641 16  switches: flows:  605316 614270 610830 620082 623484 612514 611399 605352 607466 605058 607918 606093 593346 603356 607110 591547  total = 161.813427 per ms 
01:13:58.133 16  switches: flows:  611945 607613 601878 611142 604399 609264 613021 612143 609285 609266 615322 605939 600563 604534 604510 608656  total = 160.841704 per ms 
01:14:58.234 16  switches: flows:  628794 619621 626849 628018 626685 625891 633783 625027 626551 628815 618742 623873 628561 624915 621520 622519  total = 166.555640 per ms 
01:15:58.336 16  switches: flows:  600354 609515 599185 606206 607426 604829 605034 601418 611851 593077 605134 604370 603922 604590 607721 609684  total = 160.968144 per ms 
01:16:58.439 16  switches: flows:  607411 612038 605675 604832 607348 605506 596046 620501 613007 616620 620019 615443 615749 611833 614946 602168  total = 162.542954 per ms 
01:17:58.540 16  switches: flows:  577176 586093 587418 583568 575799 576691 582971 578315 583340 581878 584689 583457 588831 581331 579905 571873  total = 154.795153 per ms 
01:18:58.642 16  switches: flows:  587620 593395 593632 601808 594143 585179 600605 593610 595370 589102 592132 586633 587361 597969 580784 593789  total = 157.619915 per ms 
01:19:58.744 16  switches: flows:  609311 616282 621533 616588 614069 604587 616038 616272 617331 609075 608231 608465 606548 613166 625251 598829  total = 163.085228 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 154795.15/166555.64/161023.69/53765.78 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-12T01:19:58.757022" elapsed="0.001066"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-12T01:19:58.758626" elapsed="0.000080"/>
</return>
<status status="PASS" start="2026-08-12T01:19:58.758282" elapsed="0.000505"/>
</branch>
<status status="PASS" start="2026-08-12T01:19:58.758231" elapsed="0.000611"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-12T01:19:58.759050" elapsed="0.000029"/>
</return>
<status status="NOT RUN" start="2026-08-12T01:19:58.758968" elapsed="0.000172"/>
</branch>
<status status="NOT RUN" start="2026-08-12T01:19:58.758932" elapsed="0.000255"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-12T01:19:58.759254" elapsed="0.000031"/>
</return>
<kw name="Restore_Current_Ssh_Connection_From_Index" owner="SSHKeywords" type="TEARDOWN">
<kw name="Run Keyword And Return If" owner="BuiltIn">
<arg>${connection_index} is not None</arg>
<arg>SSHLibrary.Switch Connection</arg>
<arg>${connection_index}</arg>
<doc>Runs the specified keyword and returns from the enclosing user keyword.</doc>
<status status="PASS" start="2026-08-12T01:19:58.764888" elapsed="0.000765"/>
</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-12T01:19:58.765938" elapsed="0.000169"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-12T01:19:58.766236" elapsed="0.000102"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-12T01:19:58.759954" elapsed="0.006437"/>
</kw>
<msg time="2026-08-12T01:19:58.766518" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.70: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-12T01:09:51.714689" elapsed="607.051871"/>
</kw>
<status status="PASS" start="2026-08-12T01:09:51.714355" elapsed="607.052255"/>
</branch>
<status status="PASS" start="2026-08-12T01:09:51.714010" elapsed="607.052623"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-12T01:19:58.767058" level="INFO">cbench: controller benchmarking tool
   running in mode 'throughput'
   connecting to controller at 10.30.171.70: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.171.70. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:10:57.438 16  switches: flows:  585030 601187 593556 596070 584550 605178 594006 592845 583898 577875 593293 582649 587875 582677 583553 583624  total = 157.131100 per ms 
01:11:57.540 16  switches: flows:  610809 598956 603322 613584 597439 601553 602584 610289 602475 609918 606456 590868 609389 608045 606433 603817  total = 160.991084 per ms 
01:12:57.641 16  switches: flows:  605316 614270 610830 620082 623484 612514 611399 605352 607466 605058 607918 606093 593346 603356 607110 591547  total = 161.813427 per ms 
01:13:58.133 16  switches: flows:  611945 607613 601878 611142 604399 609264 613021 612143 609285 609266 615322 605939 600563 604534 604510 608656  total = 160.841704 per ms 
01:14:58.234 16  switches: flows:  628794 619621 626849 628018 626685 625891 633783 625027 626551 628815 618742 623873 628561 624915 621520 622519  total = 166.555640 per ms 
01:15:58.336 16  switches: flows:  600354 609515 599185 606206 607426 604829 605034 601418 611851 593077 605134 604370 603922 604590 607721 609684  total = 160.968144 per ms 
01:16:58.439 16  switches: flows:  607411 612038 605675 604832 607348 605506 596046 620501 613007 616620 620019 615443 615749 611833 614946 602168  total = 162.542954 per ms 
01:17:58.540 16  switches: flows:  577176 586093 587418 583568 575799 576691 582971 578315 583340 581878 584689 583457 588831 581331 579905 571873  total = 154.795153 per ms 
01:18:58.642 16  switches: flows:  587620 593395 593632 601808 594143 585179 600605 593610 595370 589102 592132 586633 587361 597969 580784 593789  total = 157.619915 per ms 
01:19:58.744 16  switches: flows:  609311 616282 621533 616588 614069 604587 616038 616272 617331 609075 608231 608465 606548 613166 625251 598829  total = 163.085228 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 154795.15/166555.64/161023.69/53765.78 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-12T01:19:58.766771" elapsed="0.000359"/>
</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-12T01:19:58.767274" elapsed="0.000380"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-12T01:19:58.768029" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-12T01:19:58.768120" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 154795.15/166555.64/161023.69/53765.78 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-12T01:19:58.767811" elapsed="0.000334"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-12T01:19:58.768561" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 154795.15/166555.64/161023.69/53765.78 | 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-12T01:19:58.768295" elapsed="0.000295"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-12T01:19:58.770977" 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-12T01:19:58.768733" elapsed="0.002300"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-12T01:19:58.773399" level="INFO">154795.15/166555.64/161023.69/53765.78</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-12T01:19:58.771176" elapsed="0.002278"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-12T01:19:58.775816" 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-12T01:19:58.773615" elapsed="0.002228"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-12T01:19:58.778271" level="INFO">@{result_value_list} = [ 154795.15 | 166555.64 | 161023.69 | 53765.78 ]</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-12T01:19:58.776040" elapsed="0.002259"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-12T01:19:58.778793" level="INFO">Length is 4.</msg>
<msg time="2026-08-12T01:19:58.778883" 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-12T01:19:58.778460" elapsed="0.000451"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-12T01:19:58.783810" level="INFO">min :: 154795.15</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-12T01:19:58.779302" elapsed="0.004565"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-12T01:19:58.779173" elapsed="0.004729"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-12T01:19:58.788419" level="INFO">max :: 166555.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-12T01:19:58.784119" elapsed="0.004355"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-12T01:19:58.783991" elapsed="0.004517"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-12T01:19:58.793228" level="INFO">avg :: 161023.69</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-12T01:19:58.788737" elapsed="0.004546"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-12T01:19:58.788610" elapsed="0.004707"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-12T01:19:58.798178" level="INFO">stdev :: 53765.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-12T01:19:58.793533" elapsed="0.004703"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-12T01:19:58.793404" elapsed="0.004866"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-12T01:19:58.778978" elapsed="0.019324"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-12T01:19:58.802234" level="INFO">${min} = 154795.15</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-12T01:19:58.798462" elapsed="0.003799"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-12T01:19:58.806161" level="INFO">${max} = 166555.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-12T01:19:58.802414" elapsed="0.003773"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-12T01:19:58.810080" level="INFO">${average} = 161023.69</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-12T01:19:58.806338" elapsed="0.003769"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-12T01:19:58.814003" level="INFO">${stdev} = 53765.78</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-12T01:19:58.810258" elapsed="0.003771"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-12T01:19:58.814536" level="INFO">${date} = 2026-08-12 01:19:58</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-12T01:19:58.814186" elapsed="0.000391"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-12T01:19:58.815137" level="INFO">CBench Result: 2026-08-12 01:19:58,-t -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,154795.15,166555.64,161023.69,53765.78</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-12T01:19:58.814723" elapsed="0.000469"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-12T01:19:58.816245" 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-12T01:19:58.815835" elapsed="0.000475"/>
</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-12T01:19:58.816459" elapsed="0.000499"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-12T01:19:58.815342" elapsed="0.001681"/>
</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-12T01:09:51.712868" elapsed="607.104216"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-12T01:19:58.817574" 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-12T01:19:58.817235" elapsed="0.000398"/>
</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-12T01:19:58.818141" elapsed="0.000262"/>
</kw>
<status status="PASS" start="2026-08-12T01:19:58.817838" 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-12T01:09:51.711495" elapsed="607.107017"/>
</test>
<test id="s1-t3" name="Rerun Latency Test To Check Bug 6176" line="65">
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-12T01:19:58.820024" 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-12T01:19:58.819647" elapsed="0.000433"/>
</kw>
<kw name="Run Cbench And Log Results">
<kw name="Set Suite Variable" owner="BuiltIn">
<msg time="2026-08-12T01:19:58.821324" 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-12T01:19:58.820996" elapsed="0.000369"/>
</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-12T01:19:58.821730" elapsed="0.000022"/>
</kw>
<status status="NOT RUN" start="2026-08-12T01:19:58.821491" elapsed="0.000297"/>
</branch>
<branch type="ELSE">
<kw name="Run Command On Remote System" owner="Utils">
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot; and &quot;${return_stderr}&quot;!=&quot;True&quot;">
<kw name="Fail" owner="BuiltIn">
<arg>At least one of {return_stdout} or {return_stderr} args should be set to True</arg>
<doc>Fails the test with the given message and optionally alters its tags.</doc>
<status status="NOT RUN" start="2026-08-12T01:19:58.824820" elapsed="0.000021"/>
</kw>
<status status="NOT RUN" start="2026-08-12T01:19:58.824560" elapsed="0.000321"/>
</branch>
<status status="PASS" start="2026-08-12T01:19:58.824527" elapsed="0.000378"/>
</if>
<kw name="Get Connection" owner="SSHLibrary">
<msg time="2026-08-12T01:19:58.825226" 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-12T01:19:58.825343" 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-12T01:19:58.825036" elapsed="0.000334"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-12T01:19:58.825939" level="INFO">Attempting to execute command "/usr/local/bin/cbench -c 10.30.171.70 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633" on remote system "10.30.170.140" 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-12T01:19:58.825502" elapsed="0.000495"/>
</kw>
<kw name="Open Connection" owner="SSHLibrary">
<msg time="2026-08-12T01:19:58.826524" 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-12T01:19:58.826133" elapsed="0.000432"/>
</kw>
<kw name="Flexible_SSH_Login" owner="SSHKeywords">
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-12T01:19:58.827449" level="INFO">Length is 0.</msg>
<msg time="2026-08-12T01:19:58.827536" 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-12T01:19:58.827138" 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-12T01:19:58.827717" elapsed="0.000319"/>
</kw>
<kw name="Run Keyword And Return" owner="BuiltIn">
<kw name="Login With Public Key" owner="SSHLibrary">
<msg time="2026-08-12T01:19:58.828912" level="INFO">Logging into '10.30.170.140:22' as 'jenkins'.</msg>
<msg time="2026-08-12T01:19:59.405216" level="INFO">Read output: Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-186-generic x86_64)

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

 System information as of Wed Aug 12 01:19:59 UTC 2026

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


Expanded Security Maintenance for Applications is not enabled.

0 updates can be applied immediately.

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


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


Last login: Wed Aug 12 01:09:52 2026 from 10.30.170.53
[?2004h[jenkins@releng-48317-808-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-12T01:19:58.828525" elapsed="0.576904"/>
</kw>
<msg time="2026-08-12T01:19:59.405524" 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-12T01:19:58.828186" elapsed="0.577460"/>
</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-12T01:19:58.826766" elapsed="0.579022"/>
</kw>
<kw name="Execute Command" owner="SSHLibrary">
<msg time="2026-08-12T01:19:59.406380" level="INFO">Executing command '/usr/local/bin/cbench -c 10.30.171.70 -m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633'.</msg>
<msg time="2026-08-12T01:30:05.436100" level="INFO">Command exited with return code 0.</msg>
<msg time="2026-08-12T01:30:05.436741" level="INFO">${stdout} = </msg>
<msg time="2026-08-12T01:30:05.436851" level="INFO">${stderr} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.70: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-12T01:19:59.406042" elapsed="606.030875"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-12T01:30:05.437390" elapsed="0.000780"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-12T01:30:05.439286" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.70: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.171.70. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:21:04.528 16  switches: flows:  102620 103810 103160 103967 103770 101450 102635 100167 101578 102622 101341 98494 99115 101583 101596 100945  total = 27.147550 per ms 
01:22:04.628 16  switches: flows:  118708 118578 117762 120759 119763 116457 117929 117869 119044 117752 117819 115765 114537 117328 118320 117501  total = 31.379118 per ms 
01:23:04.729 16  switches: flows:  120865 119663 122130 121571 121396 122270 120127 118568 123359 121055 118676 118977 117996 118309 120199 120695  total = 32.044111 per ms 
01:24:04.829 16  switches: flows:  119046 120121 120245 119050 120232 119528 118945 120303 120118 119309 114970 116902 117523 115280 119695 116484  total = 31.576463 per ms 
01:25:04.930 16  switches: flows:  114568 116960 119196 116838 116920 117788 115912 117461 117010 116892 113699 114571 114135 115292 117575 114622  total = 30.938838 per ms 
01:26:05.030 16  switches: flows:  119594 125069 122081 121070 122961 120076 120167 121980 122673 123035 120374 120903 115991 122531 120927 118183  total = 32.239759 per ms 
01:27:05.131 16  switches: flows:  121692 122946 122232 120408 125388 120425 121917 123629 123085 123771 123373 120563 117765 123184 122206 119486  total = 32.479912 per ms 
01:28:05.231 16  switches: flows:  124651 123458 122410 122010 124897 121645 123501 122884 125847 125217 121301 120741 117881 124850 123560 119809  total = 32.689789 per ms 
01:29:05.331 16  switches: flows:  123669 123393 122392 122141 125572 121585 121548 123849 125066 123701 121313 123572 119668 124402 122273 119471  total = 32.672391 per ms 
01:30:05.431 16  switches: flows:  123037 122237 121924 120898 125130 120169 121695 123198 122943 123914 121259 121279 117040 123058 122343 119257  total = 32.435531 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30938.84/32689.79/32050.66/10699.53 responses/s</msg>
<arg>${stderr}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-12T01:30:05.438522" elapsed="0.001091"/>
</kw>
<if>
<branch type="IF" condition="&quot;${return_stdout}&quot;!=&quot;True&quot;">
<return>
<value>${stderr}</value>
<status status="PASS" start="2026-08-12T01:30:05.440114" elapsed="0.000083"/>
</return>
<status status="PASS" start="2026-08-12T01:30:05.439809" elapsed="0.000469"/>
</branch>
<status status="PASS" start="2026-08-12T01:30:05.439754" elapsed="0.000578"/>
</if>
<if>
<branch type="IF" condition="&quot;${return_stderr}&quot;!=&quot;True&quot;">
<return>
<value>${stdout}</value>
<status status="NOT RUN" start="2026-08-12T01:30:05.440542" elapsed="0.000059"/>
</return>
<status status="NOT RUN" start="2026-08-12T01:30:05.440461" elapsed="0.000203"/>
</branch>
<status status="NOT RUN" start="2026-08-12T01:30:05.440424" elapsed="0.000287"/>
</if>
<return>
<value>${stdout}</value>
<value>${stderr}</value>
<status status="NOT RUN" start="2026-08-12T01:30:05.440778" 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-12T01:30:05.446060" elapsed="0.000332"/>
</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-12T01:30:05.446537" elapsed="0.000183"/>
</kw>
<kw name="Close Connection" owner="SSHLibrary">
<doc>Closes the current connection.</doc>
<status status="PASS" start="2026-08-12T01:30:05.446850" elapsed="0.000098"/>
</kw>
<arg>${current_ssh_connection.index}</arg>
<doc>Restore active SSH connection in SSHLibrary to given index.</doc>
<status status="PASS" start="2026-08-12T01:30:05.441473" elapsed="0.005529"/>
</kw>
<msg time="2026-08-12T01:30:05.447138" level="INFO">${output} = cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.70: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-12T01:19:58.822129" elapsed="606.625037"/>
</kw>
<status status="PASS" start="2026-08-12T01:19:58.821814" elapsed="606.625403"/>
</branch>
<status status="PASS" start="2026-08-12T01:19:58.821468" elapsed="606.625772"/>
</if>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-12T01:30:05.447690" level="INFO">cbench: controller benchmarking tool
   running in mode 'latency'
   connecting to controller at 10.30.171.70: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.171.70. So far 1 cbench instances have initialized their switches.  Waiting for other cbench-instances
Thread-0: Total switches from ALL cbench-instances initialized.
01:21:04.528 16  switches: flows:  102620 103810 103160 103967 103770 101450 102635 100167 101578 102622 101341 98494 99115 101583 101596 100945  total = 27.147550 per ms 
01:22:04.628 16  switches: flows:  118708 118578 117762 120759 119763 116457 117929 117869 119044 117752 117819 115765 114537 117328 118320 117501  total = 31.379118 per ms 
01:23:04.729 16  switches: flows:  120865 119663 122130 121571 121396 122270 120127 118568 123359 121055 118676 118977 117996 118309 120199 120695  total = 32.044111 per ms 
01:24:04.829 16  switches: flows:  119046 120121 120245 119050 120232 119528 118945 120303 120118 119309 114970 116902 117523 115280 119695 116484  total = 31.576463 per ms 
01:25:04.930 16  switches: flows:  114568 116960 119196 116838 116920 117788 115912 117461 117010 116892 113699 114571 114135 115292 117575 114622  total = 30.938838 per ms 
01:26:05.030 16  switches: flows:  119594 125069 122081 121070 122961 120076 120167 121980 122673 123035 120374 120903 115991 122531 120927 118183  total = 32.239759 per ms 
01:27:05.131 16  switches: flows:  121692 122946 122232 120408 125388 120425 121917 123629 123085 123771 123373 120563 117765 123184 122206 119486  total = 32.479912 per ms 
01:28:05.231 16  switches: flows:  124651 123458 122410 122010 124897 121645 123501 122884 125847 125217 121301 120741 117881 124850 123560 119809  total = 32.689789 per ms 
01:29:05.331 16  switches: flows:  123669 123393 122392 122141 125572 121585 121548 123849 125066 123701 121313 123572 119668 124402 122273 119471  total = 32.672391 per ms 
01:30:05.431 16  switches: flows:  123037 122237 121924 120898 125130 120169 121695 123198 122943 123914 121259 121279 117040 123058 122343 119257  total = 32.435531 per ms 
RESULT: 16 switches 9 tests min/max/avg/stdev = 30938.84/32689.79/32050.66/10699.53 responses/s</msg>
<arg>${output}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-12T01:30:05.447380" elapsed="0.000384"/>
</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-12T01:30:05.447911" elapsed="0.000358"/>
</kw>
<kw name="Get Lines Containing String" owner="String">
<msg time="2026-08-12T01:30:05.448662" level="INFO">1 out of 23 lines matched.</msg>
<msg time="2026-08-12T01:30:05.448752" level="INFO">${result_line} = RESULT: 16 switches 9 tests min/max/avg/stdev = 30938.84/32689.79/32050.66/10699.53 responses/s</msg>
<var>${result_line}</var>
<arg>${output}</arg>
<arg>RESULT</arg>
<doc>Returns lines of the given ``string`` that contain the ``pattern``.</doc>
<status status="PASS" start="2026-08-12T01:30:05.448427" elapsed="0.000350"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-12T01:30:05.449192" level="INFO">@{results_list} = [ RESULT: | 16 | switches | 9 | tests | min/max/avg/stdev | = | 30938.84/32689.79/32050.66/10699.53 | responses/s ]</msg>
<var>@{results_list}</var>
<arg>${result_line}</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-12T01:30:05.448927" elapsed="0.000292"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-12T01:30:05.451590" 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-12T01:30:05.449361" elapsed="0.002287"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-12T01:30:05.454000" level="INFO">30938.84/32689.79/32050.66/10699.53</msg>
<arg>${results_list[7]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-12T01:30:05.451793" elapsed="0.002263"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-12T01:30:05.456618" 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-12T01:30:05.454205" elapsed="0.002441"/>
</kw>
<kw name="Split String" owner="String">
<msg time="2026-08-12T01:30:05.459079" level="INFO">@{result_value_list} = [ 30938.84 | 32689.79 | 32050.66 | 10699.53 ]</msg>
<var>@{result_value_list}</var>
<arg>${results_list[7]}</arg>
<arg>/</arg>
<doc>Splits the ``string`` using ``separator`` as a delimiter string.</doc>
<status status="PASS" start="2026-08-12T01:30:05.456836" elapsed="0.002270"/>
</kw>
<kw name="Get Length" owner="BuiltIn">
<msg time="2026-08-12T01:30:05.459578" level="INFO">Length is 4.</msg>
<msg time="2026-08-12T01:30:05.459667" 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-12T01:30:05.459260" elapsed="0.000432"/>
</kw>
<for flavor="IN RANGE">
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-12T01:30:05.464340" level="INFO">min :: 30938.84</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-12T01:30:05.460058" elapsed="0.004338"/>
</kw>
<var name="${i}">0</var>
<status status="PASS" start="2026-08-12T01:30:05.459931" elapsed="0.004502"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-12T01:30:05.469020" level="INFO">max :: 32689.79</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-12T01:30:05.464659" elapsed="0.004420"/>
</kw>
<var name="${i}">1</var>
<status status="PASS" start="2026-08-12T01:30:05.464520" elapsed="0.004594"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-12T01:30:05.473625" level="INFO">avg :: 32050.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-12T01:30:05.469324" elapsed="0.004357"/>
</kw>
<var name="${i}">2</var>
<status status="PASS" start="2026-08-12T01:30:05.469197" elapsed="0.004518"/>
</iter>
<iter>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-12T01:30:05.478230" level="INFO">stdev :: 10699.53</msg>
<arg>${result_name_list[${i}]} :: ${result_value_list[${i}]}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-12T01:30:05.473923" elapsed="0.004362"/>
</kw>
<var name="${i}">3</var>
<status status="PASS" start="2026-08-12T01:30:05.473797" elapsed="0.004522"/>
</iter>
<var>${i}</var>
<value>0</value>
<value>${num_stats}</value>
<status status="PASS" start="2026-08-12T01:30:05.459754" elapsed="0.018595"/>
</for>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-12T01:30:05.482513" level="INFO">${min} = 30938.84</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-12T01:30:05.478504" elapsed="0.004036"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-12T01:30:05.486412" level="INFO">${max} = 32689.79</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-12T01:30:05.482712" elapsed="0.003732"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-12T01:30:05.490336" level="INFO">${average} = 32050.66</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-12T01:30:05.486609" elapsed="0.003754"/>
</kw>
<kw name="Set Variable" owner="BuiltIn">
<msg time="2026-08-12T01:30:05.494240" level="INFO">${stdev} = 10699.53</msg>
<var>${stdev}</var>
<arg>${result_value_list[${3}]}</arg>
<doc>Returns the given values which can then be assigned to a variables.</doc>
<status status="PASS" start="2026-08-12T01:30:05.490514" elapsed="0.003753"/>
</kw>
<kw name="Get Time" owner="BuiltIn">
<msg time="2026-08-12T01:30:05.494779" level="INFO">${date} = 2026-08-12 01:30:05</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-12T01:30:05.494424" elapsed="0.000381"/>
</kw>
<kw name="Log" owner="BuiltIn">
<msg time="2026-08-12T01:30:05.495364" level="INFO">CBench Result: 2026-08-12 01:30:05,-m 60000 -M 100 -S 16 -l 10 -D 5000 -p 6633,30938.84,32689.79,32050.66,10699.53</msg>
<arg>CBench Result: ${date},${cbench_args},${min},${max},${average},${stdev}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="PASS" start="2026-08-12T01:30:05.494959" elapsed="0.000460"/>
</kw>
<kw name="Log Results And Determine Status">
<kw name="Append To File" owner="OperatingSystem">
<msg time="2026-08-12T01:30:05.496599" 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-12T01:30:05.496032" elapsed="0.000648"/>
</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-12T01:30:05.496837" elapsed="0.000484"/>
</kw>
<arg>${min}</arg>
<arg>${max}</arg>
<arg>${average}</arg>
<arg>${average_threshold}</arg>
<arg>${output_filename}</arg>
<status status="PASS" start="2026-08-12T01:30:05.495567" elapsed="0.001819"/>
</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-12T01:19:58.820397" elapsed="606.677049"/>
</kw>
<kw name="Sleep" owner="BuiltIn">
<msg time="2026-08-12T01:30:05.497918" 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-12T01:30:05.497608" elapsed="0.000366"/>
</kw>
<kw name="Report Failure Due To Bug" owner="Utils" type="TEARDOWN">
<kw name="Evaluate" owner="BuiltIn">
<msg time="2026-08-12T01:30:05.499176" 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-12T01:30:05.498702" elapsed="0.000501"/>
</kw>
<if>
<branch type="IF" condition="('${TEST_STATUS}' != 'FAIL') or ${test_skipped}">
<return>
<status status="PASS" start="2026-08-12T01:30:05.499426" elapsed="0.000031"/>
</return>
<status status="PASS" start="2026-08-12T01:30:05.499278" elapsed="0.000210"/>
</branch>
<status status="PASS" start="2026-08-12T01:30:05.499258" elapsed="0.000254"/>
</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-12T01:30:05.499668" elapsed="0.000021"/>
</kw>
<kw name="Run Keyword And Return Status" owner="BuiltIn">
<var>${match}</var>
<arg>Should Contain</arg>
<arg>${number}</arg>
<arg>-</arg>
<doc>Runs the specified keyword and returns the status as a Boolean value.</doc>
<status status="NOT RUN" start="2026-08-12T01:30:05.499823" elapsed="0.000020"/>
</kw>
<kw name="Set Variable If" owner="BuiltIn">
<var>${bug_url}</var>
<arg>${match}</arg>
<arg>https://jira.opendaylight.org/browse/${number}</arg>
<arg>https://bugs.opendaylight.org/show_bug.cgi?id=${number}</arg>
<doc>Sets variable based on the given condition.</doc>
<status status="NOT RUN" start="2026-08-12T01:30:05.499981" elapsed="0.000021"/>
</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-12T01:30:05.500176" elapsed="0.000020"/>
</kw>
<kw name="Evaluate" owner="BuiltIn">
<var>${newline}</var>
<arg>chr(10)</arg>
<doc>Evaluates the given expression in Python and returns the result.</doc>
<status status="NOT RUN" start="2026-08-12T01:30:05.500324" elapsed="0.000028"/>
</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-12T01:30:05.500478" elapsed="0.000020"/>
</kw>
<kw name="Log" owner="BuiltIn">
<arg>${msg}</arg>
<doc>Logs the given message with the given level.</doc>
<status status="NOT RUN" start="2026-08-12T01:30:05.500643" 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-12T01:30:05.500864" elapsed="0.000019"/>
</kw>
<status status="NOT RUN" start="2026-08-12T01:30:05.500727" elapsed="0.000215"/>
</branch>
<status status="NOT RUN" start="2026-08-12T01:30:05.500710" elapsed="0.000257"/>
</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-12T01:30:05.498346" elapsed="0.002672"/>
</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-12T01:19:58.819138" elapsed="606.681926"/>
</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-12T00:59:42.877746" elapsed="1822.623896"/>
</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>
