A initial HA test case 91/2791/8
authorwym_libra <yimin.wang@huawei.com>
Mon, 26 Oct 2015 07:54:31 +0000 (07:54 +0000)
committerwym_libra <yimin.wang@huawei.com>
Fri, 13 Nov 2015 06:59:51 +0000 (06:59 +0000)
commit6a5d8a6d58ab501184313eda84820294ff3597e7
tree2fa59c5f95776db6c9461816ba293547c247eed7
parenteb8320b2e924e22c20af49a0d37bee12417ede95
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 <yimin.wang@huawei.com>
14 files changed:
etc/yardstick/nodes/fuel_virtual/id_rsa [new file with mode: 0644]
etc/yardstick/nodes/fuel_virtual/pod.yaml [new file with mode: 0644]
samples/serviceha.yaml [new file with mode: 0755]
setup.py
tests/unit/benchmark/scenarios/availability/__init__.py [new file with mode: 0644]
tests/unit/benchmark/scenarios/availability/test_monitor.py [new file with mode: 0644]
tests/unit/benchmark/scenarios/availability/test_serviceha.py [new file with mode: 0644]
yardstick/benchmark/scenarios/availability/__init__.py [new file with mode: 0755]
yardstick/benchmark/scenarios/availability/ha_tools/check_service.bash [new file with mode: 0755]
yardstick/benchmark/scenarios/availability/ha_tools/ha_conf.yaml [new file with mode: 0644]
yardstick/benchmark/scenarios/availability/ha_tools/start_service.bash [new file with mode: 0755]
yardstick/benchmark/scenarios/availability/ha_tools/stop_service.bash [new file with mode: 0755]
yardstick/benchmark/scenarios/availability/monitor.py [new file with mode: 0755]
yardstick/benchmark/scenarios/availability/serviceha.py [new file with mode: 0755]