From 632dc80c3ca42fe7f3d041c645eabef284f147e8 Mon Sep 17 00:00:00 2001 From: JingLu5 Date: Tue, 16 May 2017 05:21:13 +0000 Subject: 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 (cherry picked from commit a5e13df9381c531716b1e41e7a9dedb130fc6e35) --- tests/opnfv/test_cases/opnfv_yardstick_tc019.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 -- cgit 1.2.3-korg