Files
sunbeam-charms/tests/tempest/tests.yaml
Guillaume Boutry b27cdc3951 [*-k8s] Test all sunbeam charms in a single job
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>
2025-01-31 17:45:49 +01:00

60 lines
1.8 KiB
YAML

# to clear up any confusion:
# - tempest-k8s / tempest charm here is the charm that is part of the validation plugin, that runs tempest against a sunbeam deployment
# - tempest keys and tempest tests mentioned here are for an external tempest running tests against this test deployment
gate_bundles:
- smoke
smoke_bundles:
- smoke
configure:
- zaza.sunbeam.charm_tests.k8s.setup.add_loadbalancer_annotations
- zaza.sunbeam.charm_tests.keystone.setup.wait_for_all_endpoints
- zaza.openstack.charm_tests.keystone.setup.add_tempest_roles
- zaza.openstack.charm_tests.nova.setup.create_flavors
- zaza.openstack.charm_tests.nova.setup.manage_ssh_key
tests:
- zaza.sunbeam.charm_tests.tempest_k8s.tests.TempestK8sTest
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: '^.*$'
tls-operator:
workload-status: active
workload-status-message-regex: '^$'
rabbitmq:
workload-status: active
workload-status-message-regex: '^$'
ovn-central:
workload-status: active
workload-status-message-regex: '^$'
ovn-relay:
workload-status: active
workload-status-message-regex: '^$'
keystone:
workload-status: active
workload-status-message-regex: '^$'
glance:
workload-status: active
workload-status-message-regex: '^$'
nova:
workload-status: active
workload-status-message-regex: '^$'
placement:
workload-status: active
workload-status-message-regex: '^$'
neutron:
workload-status: active
workload-status-message-regex: '^$'
# the tempest-k8s charm
tempest:
workload-status: active
workload-status-message-regex: '^$'