sunbeam-charms/charms/cinder-k8s/tests/tests.yaml
James Page a0ebfbb51e General tidy for charm
Update allowlist_externals with full path to commands for tox4
compatibility.

Resync charm scaffolding with other Charmed K8S operators.

Fixup numerous lint warnings across codebase.

Change-Id: Ic39ad1351265cb5df9813cee5d27ee0d1392c632
2023-01-19 08:25:20 +00:00

35 lines
838 B
YAML

gate_bundles:
- smoke
smoke_bundles:
- smoke
# There is no storage provider at the moment so cannot run tests.
configure:
- zaza.charm_tests.noop.setup.basic_setup
tests:
- zaza.charm_tests.noop.tests.NoopTest
tests_options:
trust:
- smoke
ignore_hard_deploy_errors:
- smoke
target_deploy_status:
traefik:
workload-status: active
workload-status-message-regex: '^$'
traefik-public:
workload-status: active
workload-status-message-regex: '^$'
rabbitmq:
workload-status: active
workload-status-message-regex: '^$'
keystone:
workload-status: active
workload-status-message-regex: '^$'
mysql:
workload-status: active
workload-status-message-regex: '^.*$'
cinder:
workload-status: blocked
workload-status-message-regex: '\(storage-backend\) integration missing'