charm-glance-simplestreams-.../tests/tests.yaml

50 lines
1.5 KiB
YAML

charm_name: glance-simplestreams-sync
comment:
- 'the glance configure job validates operation of identity-service relation'
# functest-run-suite ...
# functest-deploy --bundle /path/to/gate/bundle
gate_bundles:
- jammy-zed
dev_bundles:
- jammy-antelope
- kinetic-zed
- lunar-antelope
tests_options:
force_deploy:
- kinetic-zed
- lunar-antelope
# functest-run-suite --smoke ...
# functest-deploy --bundle /path/to/smoke/bundle
# smoke bundle should (Ubuntu LTS latest)-(OpenStack latest)
smoke_bundles:
- jammy-zed
# special target deploy status for above deploy phase
target_deploy_status:
vault:
# vault will be blocked with functest-deploy, this is ok to move on
# functest-configure will fix it with `auto_initialize` in next phase
workload-status: blocked
workload-status-message: Vault needs to be initialized
glance-simplestreams-sync:
# gss will be blocked since glance and rabbitmq don't have their
# certificates yet. This should be fixed after vault initialization
workload-status: unknown
workload-status-message: ""
# functest-configure
configure:
- zaza.openstack.charm_tests.vault.setup.auto_initialize
- zaza.openstack.charm_tests.glance_simplestreams_sync.setup.set_latest_property_config
- zaza.openstack.charm_tests.glance_simplestreams_sync.setup.sync_images
# functest-test
tests:
- zaza.openstack.charm_tests.glance_simplestreams_sync.tests.GlanceSimpleStreamsSyncTest
- zaza.openstack.charm_tests.glance_simplestreams_sync.tests.GlanceSimpleStreamsSyncWithPropertiesTest