* sync charm-helpers to classic charms * change openstack-origin/source default to zed * align testing with zed * add new zed bundles * add zed bundles to tests.yaml * add zed tests to osci.yaml and .zuul.yaml * update build-on and run-on bases * add bindep.txt for py310 * sync tox.ini and requirements.txt for ruamel * use charmcraft_channel 2.0/stable * drop reactive plugin overrides * move interface/layer env vars to charmcraft.yaml Change-Id: Idf4a6cd1e0888576f890b00aa5b343936900d6dd
48 lines
1.4 KiB
YAML
48 lines
1.4 KiB
YAML
charm_name: keystone
|
|
|
|
smoke_bundles:
|
|
- jammy-yoga
|
|
|
|
gate_bundles:
|
|
- jammy-yoga
|
|
|
|
dev_bundles:
|
|
- jammy-yoga
|
|
- jammy-zed
|
|
- kinetic-zed
|
|
|
|
comment: |
|
|
the glance configure job validates operation of identity-service relation.
|
|
The policyd test is generic and validates the policy.d overrides work
|
|
|
|
configure:
|
|
- vault:
|
|
- zaza.openstack.charm_tests.vault.setup.auto_initialize_no_validation_no_wait
|
|
- keystone:
|
|
- zaza.openstack.charm_tests.keystone.setup.wait_for_cacert
|
|
- zaza.openstack.charm_tests.glance.setup.add_lts_image
|
|
- zaza.openstack.charm_tests.keystone.setup.add_demo_user
|
|
- zaza.openstack.charm_tests.glance.setup.add_lts_image
|
|
- zaza.openstack.charm_tests.keystone.setup.add_demo_user
|
|
|
|
tests:
|
|
- keystone:
|
|
- zaza.openstack.charm_tests.keystone.tests.AuthenticationAuthorizationTest
|
|
- zaza.openstack.charm_tests.keystone.tests.CharmOperationTest
|
|
- zaza.openstack.charm_tests.keystone.tests.SecurityTests
|
|
- zaza.openstack.charm_tests.policyd.tests.KeystoneTests
|
|
- zaza.openstack.charm_tests.keystone.tests.AuthenticationAuthorizationTest
|
|
- zaza.openstack.charm_tests.keystone.tests.CharmOperationTest
|
|
- zaza.openstack.charm_tests.keystone.tests.SecurityTests
|
|
- zaza.openstack.charm_tests.policyd.tests.KeystoneTests
|
|
|
|
tests_options:
|
|
policyd:
|
|
service: keystone
|
|
force_deploy:
|
|
- kinetic-zed
|
|
target_deploy_status:
|
|
vault:
|
|
workload-status: blocked
|
|
workload-status-message: Vault needs to be initialized
|