sunbeam-charms/charms/cinder-ceph-k8s/tests/tests.yaml
James Page 35953b18de General tidy of charm
tox4: Update allowlist_externals with full path to commands

Minor fix to remove use of stored state in pebble handler.

Remove flake8 lint.

Reformat using black.

Resync charm scaffolding with other K8S operators.

Change-Id: I347ad7a5ad39827f2f3bf5f97a82e2a80d49ba62
2023-01-19 08:24:51 +00:00

38 lines
892 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: active
workload-status-message-regex: '^$'
cinder-ceph:
workload-status: blocked
workload-status-message-regex: '^.*ceph.*$'