charm-percona-cluster/tests
Liam Young 29b586c61b Use chelper to configure vip and dnsha settings
Use helpers from charmhelpers to generate the data to send down the
relation to the hacluster charm.

This results in a few changes in behaviour:

1) The charm will no longer specify a nic name to bind the vip. This
   is because Pacemaker VIP resources are able to automatically
   detect and configure correct iface and netmask parameters based
   on local configuration of the unit.
2) The original iface named VIP resource will be stopped and deleted
   prior to the creation of the new short hash named VIP resource.

Change-Id: Id3804fb7913662b8c573f59d84e663561a687b1f
2018-12-12 09:55:45 +00:00
..
README.md Use bundletester for amulet test execution 2016-07-21 14:24:52 +01:00
basic_deployment.py Use chelper to configure vip and dnsha settings 2018-12-12 09:55:45 +00:00
gate-basic-bionic Add support for PXC 5.7 and xtrabackup 2.4 2018-03-09 11:55:43 +00:00
gate-basic-trusty Enable artful amulet test 2017-11-15 11:21:32 +13:00
gate-basic-xenial Enable artful amulet test 2017-11-15 11:21:32 +13:00
tests.yaml Modify tests.yaml which specifies bundletester config params 2017-08-09 14:29:14 -06:00

README.md

Overview

This directory provides Amulet tests to verify basic deployment functionality from the perspective of this charm, its requirements and its features, as exercised in a subset of the full OpenStack deployment test bundle topology.

For full details on functional testing of OpenStack charms please refer to the functional testing section of the OpenStack Charm Guide.