diff options
author | Rex Lee <limingjiang@huawei.com> | 2017-05-20 02:01:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-05-20 02:01:11 +0000 |
commit | 9c28e5d06108cbf84fc51aaa461cf5858046d125 (patch) | |
tree | 42e14c0eee211b0661b27bf0fa5f513e65a5e0ee /tests/opnfv/test_cases/opnfv_yardstick_tc049.yaml | |
parent | 9611dcddab0202f335b5f778629053da7b96fd0e (diff) | |
parent | ab7292a8e3060bf6feaa830b156089fa70854664 (diff) |
Merge "increase monitor number in cases."
Diffstat (limited to 'tests/opnfv/test_cases/opnfv_yardstick_tc049.yaml')
-rw-r--r-- | tests/opnfv/test_cases/opnfv_yardstick_tc049.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/opnfv/test_cases/opnfv_yardstick_tc049.yaml b/tests/opnfv/test_cases/opnfv_yardstick_tc049.yaml index e55345ae2..ff3ac7529 100644 --- a/tests/opnfv/test_cases/opnfv_yardstick_tc049.yaml +++ b/tests/opnfv/test_cases/opnfv_yardstick_tc049.yaml @@ -27,12 +27,14 @@ scenarios: - monitor_type: "openstack-cmd" command_name: "swift stat" monitor_time: 10 + monitor_number: 3 sla: max_outage_time: 5 - monitor_type: "process" process_name: "swift-proxy" host: node1 monitor_time: 20 + monitor_number: 3 sla: max_recover_time: 20 |