diff options
author | Jing Lu <lvjing5@huawei.com> | 2017-06-01 07:15:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-06-01 07:15:12 +0000 |
commit | fc1b6f9e2129fabfebbe0e6ea210f48edc0ff27b (patch) | |
tree | a1d426922b6294f53fdbc07f170ba4bbe2f2ef08 /tests/opnfv/test_cases/opnfv_yardstick_tc050.yaml | |
parent | e1b315fb5fded93c03693ac097b1a749dcc50034 (diff) | |
parent | a32066960f6b3dd11c8b1f7b16c0b08c90f940d0 (diff) |
Merge "increase monitor number in cases." into stable/danube
Diffstat (limited to 'tests/opnfv/test_cases/opnfv_yardstick_tc050.yaml')
-rw-r--r-- | tests/opnfv/test_cases/opnfv_yardstick_tc050.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/opnfv/test_cases/opnfv_yardstick_tc050.yaml b/tests/opnfv/test_cases/opnfv_yardstick_tc050.yaml index 1296c0592..0611fd2b3 100644 --- a/tests/opnfv/test_cases/opnfv_yardstick_tc050.yaml +++ b/tests/opnfv/test_cases/opnfv_yardstick_tc050.yaml @@ -70,6 +70,7 @@ scenarios: key: "nova-image-list" command_name: "openstack image list" monitor_time: 10 + monitor_number: 3 sla: max_outage_time: 5 @@ -78,6 +79,7 @@ scenarios: key: "neutron-router-list" command_name: "openstack router list" monitor_time: 10 + monitor_number: 3 sla: max_outage_time: 5 @@ -86,6 +88,7 @@ scenarios: key: "heat-stack-list" command_name: "openstack stack list" monitor_time: 10 + monitor_number: 3 sla: max_outage_time: 5 @@ -94,6 +97,7 @@ scenarios: key: "cinder-list" command_name: "openstack volume list" monitor_time: 10 + monitor_number: 3 sla: max_outage_time: 5 |