35953b18de
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
38 lines
892 B
YAML
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.*$'
|