
These updates, on the master branch, are to support testing the caracal packages and support of the charms for caracal. They do NOT lock the charms down, and don't change the testing branches to stable branches. Change-Id: I0a38c624cc501b22c19ec69f4e50d6fbf5f3a24b
39 lines
1.3 KiB
YAML
39 lines
1.3 KiB
YAML
charm_name: cinder-ceph
|
|
|
|
comment: |
|
|
The cinder-ceph charm assertions are intended to be the sum of the
|
|
cinder and ceph-mon zaza charm tests.
|
|
|
|
smoke_bundles:
|
|
- jammy-caracal
|
|
gate_bundles:
|
|
- jammy-antelope
|
|
- jammy-bobcat
|
|
- jammy-caracal
|
|
dev_bundles:
|
|
- noble-caracal
|
|
configure:
|
|
- zaza.openstack.charm_tests.glance.setup.add_cirros_image
|
|
- zaza.openstack.charm_tests.glance.setup.add_lts_image
|
|
- zaza.openstack.charm_tests.keystone.setup.add_demo_user
|
|
- zaza.openstack.charm_tests.neutron.setup.basic_overcloud_network
|
|
- zaza.openstack.charm_tests.nova.setup.create_flavors
|
|
- zaza.openstack.charm_tests.nova.setup.manage_ssh_key
|
|
|
|
tests:
|
|
# do cinder tests early as they are sensitive to service restarts that occur
|
|
# with the ceph tests (due to relation changes on ceph-mon and ceph-osd).
|
|
- zaza.openstack.charm_tests.cinder.tests.CinderTests
|
|
- zaza.openstack.charm_tests.ceph.mon.tests.CinderCephMonTest
|
|
- zaza.openstack.charm_tests.cinder.tests.SecurityTests
|
|
- zaza.openstack.charm_tests.ceph.tests.BlueStoreCompressionCharmOperation
|
|
- zaza.openstack.charm_tests.ceph.osd.tests.SecurityTest
|
|
- zaza.openstack.charm_tests.policyd.tests.CinderTests
|
|
- zaza.openstack.charm_tests.ceph.tests.CheckPoolTypes
|
|
|
|
tests_options:
|
|
policyd:
|
|
service: cinder
|
|
force_deploy:
|
|
- noble-caracal
|