06da739829
Update the charmcraft.yaml file to use base and platforms, only allowing noble support. - Update osci.yaml to use the charmcraft 3.x/beta - Add noble/oracular to charmhelpers - Drop non-noble tests Change-Id: I8e6b4040d84a7022e22305a629a854a22232d65d
23 lines
438 B
YAML
23 lines
438 B
YAML
charm_name: hacluster
|
|
|
|
smoke_bundles:
|
|
- noble-caracal
|
|
|
|
gate_bundles:
|
|
- noble-caracal
|
|
|
|
dev_bundles:
|
|
- noble-caracal
|
|
|
|
configure:
|
|
- zaza.openstack.charm_tests.keystone.setup.add_demo_user
|
|
|
|
tests:
|
|
- zaza.openstack.charm_tests.hacluster.tests.HaclusterTest
|
|
- zaza.openstack.charm_tests.hacluster.tests.HaclusterScaleBackAndForthTest
|
|
|
|
tests_options:
|
|
hacluster:
|
|
principle-app-name: keystone
|
|
hacluster-charm-name: hacluster
|