
Disable magnum-k8s, as it currently is non-functional. Override wait_for_all_endpoints, detailing which service returns which error code. Disable watcher-k8s, as it is flaky at the moment. Change-Id: I5ff28f039292bbf91fe9ec3f893017d19f3cd078 Signed-off-by: Guillaume Boutry <guillaume.boutry@canonical.com>
48 lines
1.2 KiB
YAML
48 lines
1.2 KiB
YAML
gate_bundles:
|
|
- smoke
|
|
smoke_bundles:
|
|
- smoke
|
|
# There is no storage provider at the moment so cannot run tests.
|
|
configure:
|
|
- zaza.sunbeam.charm_tests.k8s.setup.add_loadbalancer_annotations
|
|
- 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: '^Serving at.*$'
|
|
mysql:
|
|
workload-status: active
|
|
workload-status-message-regex: '^.*$'
|
|
rabbitmq:
|
|
workload-status: active
|
|
workload-status-message-regex: '^$'
|
|
keystone:
|
|
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.*$'
|
|
ceilometer:
|
|
workload-status: waiting
|
|
workload-status-message-regex: '^.*Not all relations are ready$'
|
|
aodh:
|
|
workload-status: active
|
|
workload-status-message-regex: '^.*$'
|
|
gnocchi:
|
|
workload-status: blocked
|
|
workload-status-message-regex: '^.*ceph.*$'
|
|
watcher:
|
|
workload-status: waiting
|
|
workload-status-message-regex: '^.*integration incomplete$'
|