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_tc019.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_tc019.yaml')
-rw-r--r-- | tests/opnfv/test_cases/opnfv_yardstick_tc019.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/opnfv/test_cases/opnfv_yardstick_tc019.yaml b/tests/opnfv/test_cases/opnfv_yardstick_tc019.yaml index 78fa7abca..5d3057dc3 100644 --- a/tests/opnfv/test_cases/opnfv_yardstick_tc019.yaml +++ b/tests/opnfv/test_cases/opnfv_yardstick_tc019.yaml @@ -28,12 +28,14 @@ scenarios: - monitor_type: "openstack-cmd" command_name: "openstack server list" monitor_time: 10 + monitor_number: 3 sla: max_outage_time: 5 - monitor_type: "process" process_name: "nova-api" host: node1 monitor_time: 20 + monitor_number: 3 sla: max_recover_time: 20 |