
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>
63 lines
1.8 KiB
YAML
63 lines
1.8 KiB
YAML
gate_bundles:
|
|
- smoke
|
|
smoke_bundles:
|
|
- smoke
|
|
configure:
|
|
- zaza.sunbeam.charm_tests.k8s.setup.add_loadbalancer_annotations
|
|
- zaza.charm_tests.noop.setup.basic_setup
|
|
# https://bugs.launchpad.net/snap-openstack/+bug/2045206
|
|
# - zaza.sunbeam.charm_tests.keystone.setup.wait_for_all_endpoints
|
|
tests:
|
|
- zaza.charm_tests.noop.tests.NoopTest
|
|
# Tests commented until bug fix for https://bugs.launchpad.net/snap-openstack/+bug/2045206
|
|
# - zaza.openstack.charm_tests.tempest.tests.TempestTestWithKeystoneMinimal
|
|
# - zaza.openstack.charm_tests.keystone.tests_ldap_k8s.LdapExplicitCharmConfigTestsK8S
|
|
# - zaza.openstack.charm_tests.openstack_exporter.tests.OpenstackExporterTest
|
|
tests_options:
|
|
trust:
|
|
- smoke
|
|
ignore_hard_deploy_errors:
|
|
- smoke
|
|
|
|
tempest:
|
|
default:
|
|
smoke: True
|
|
|
|
target_deploy_status:
|
|
traefik:
|
|
workload-status: active
|
|
workload-status-message-regex: '^Serving at.*$'
|
|
mysql:
|
|
workload-status: active
|
|
workload-status-message-regex: '^.*$'
|
|
ldap-server:
|
|
workload-status: active
|
|
workload-status-message-regex: '^$'
|
|
rabbitmq:
|
|
workload-status: active
|
|
workload-status-message-regex: '^$'
|
|
keystone:
|
|
workload-status: waiting
|
|
workload-status-message-regex: '^.*domain-config.*integration incomplete.*$|^$'
|
|
designate-bind:
|
|
workload-status: active
|
|
workload-status-message-regex: '^.*$'
|
|
designate:
|
|
workload-status: active
|
|
workload-status-message-regex: '^.*$'
|
|
keystone-ldap:
|
|
workload-status: active
|
|
workload-status-message-regex: '^$'
|
|
openstack-exporter:
|
|
workload-status: active
|
|
workload-status-message-regex: '^$'
|
|
horizon:
|
|
workload-status: active
|
|
workload-status-message-regex: '^$'
|
|
masakari:
|
|
workload-status: active
|
|
workload-status-message-regex: '^$'
|
|
consul:
|
|
workload-status: active
|
|
workload-status-message-regex: '^$'
|