diff options
author | JingLu5 <lvjing5@huawei.com> | 2017-05-16 05:21:13 +0000 |
---|---|---|
committer | JingLu5 <lvjing5@huawei.com> | 2017-05-16 05:29:37 +0000 |
commit | a5e13df9381c531716b1e41e7a9dedb130fc6e35 (patch) | |
tree | 96d2b8b77eaa8b4c5fb9a2c660187079aa81a80e /tests/opnfv/test_cases | |
parent | 87559e992c1f68559950b258146a530c49db9df0 (diff) |
Bugfix: change monitor command in tc019
JIRA: YARDSTICK-655
The original openstack command used for monitoring high availability openstack
nova-api service in tc019 is "nova image-list", the "openstack image list" command
used in tc019 now may not correctly show the nova-api service status.
This is patch swtich the monitor command to "openstack server list".
Change-Id: I8810f28b4328ceb4d911a3041a24774ae9cae8f0
Signed-off-by: JingLu5 <lvjing5@huawei.com>
Diffstat (limited to 'tests/opnfv/test_cases')
-rw-r--r-- | tests/opnfv/test_cases/opnfv_yardstick_tc019.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/opnfv/test_cases/opnfv_yardstick_tc019.yaml b/tests/opnfv/test_cases/opnfv_yardstick_tc019.yaml index 9b720e17e..78fa7abca 100644 --- a/tests/opnfv/test_cases/opnfv_yardstick_tc019.yaml +++ b/tests/opnfv/test_cases/opnfv_yardstick_tc019.yaml @@ -26,7 +26,7 @@ scenarios: wait_time: 10 monitors: - monitor_type: "openstack-cmd" - command_name: "openstack image list" + command_name: "openstack server list" monitor_time: 10 sla: max_outage_time: 5 |