diff options
author | HuanLi <lihuansse@tongji.edu.cn> | 2017-05-16 18:23:29 +0800 |
---|---|---|
committer | Ross Brattain <ross.b.brattain@intel.com> | 2017-05-18 13:12:51 +0000 |
commit | ab7292a8e3060bf6feaa830b156089fa70854664 (patch) | |
tree | 3fa547fcad2699ff1f2613e72dc637fc62e13039 /tests/opnfv/test_cases/opnfv_yardstick_tc053.yaml | |
parent | 5271e612d427b29c2da84f8417f4192427ae3977 (diff) |
increase monitor number in cases.
change cases to multi-monitor mode and improve monitor accuracy.
JIRA: YARDSTICK-397
Change-Id: I6840423dd83899b769df76fbee808f9bf5dc4cfd
Signed-off-by: HuanLi <lihuansse@tongji.edu.cn>
Diffstat (limited to 'tests/opnfv/test_cases/opnfv_yardstick_tc053.yaml')
-rw-r--r-- | tests/opnfv/test_cases/opnfv_yardstick_tc053.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/opnfv/test_cases/opnfv_yardstick_tc053.yaml b/tests/opnfv/test_cases/opnfv_yardstick_tc053.yaml index cc5b5cd3e..9e05cc895 100644 --- a/tests/opnfv/test_cases/opnfv_yardstick_tc053.yaml +++ b/tests/opnfv/test_cases/opnfv_yardstick_tc053.yaml @@ -33,6 +33,7 @@ scenarios: process_name: "haproxy" host: node1 monitor_time: 20 + monitor_number: 3 sla: max_recover_time: 20 @@ -41,6 +42,7 @@ scenarios: key: "list-images" command_name: "openstack image list" monitor_time: 10 + monitor_number: 3 sla: max_outage_time: 5 |