From 6a5d8a6d58ab501184313eda84820294ff3597e7 Mon Sep 17 00:00:00 2001 From: wym_libra Date: Mon, 26 Oct 2015 07:54:31 +0000 Subject: A initial HA test case 1)stop an openstack service 2)then monitor the corresponding api and check the availability of it 3)recovery the openstack service JIRA: YARDSTICK-149 Change-Id: Id7b77d2f5c71844729c04f37442c8cfaa270ab12 Signed-off-by: wym_libra --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index b8a6fe987..a8e9ccd86 100755 --- a/setup.py +++ b/setup.py @@ -8,6 +8,7 @@ setup( include_package_data=True, package_data={ 'yardstick': [ + 'benchmark/scenarios/availability/ha_tools/*.bash', 'benchmark/scenarios/compute/*.bash', 'benchmark/scenarios/networking/*.bash', 'benchmark/scenarios/storage/*.bash', -- cgit 1.2.3-korg