
Move testing to juju 3.4 Set base to ubuntu@22.04 in all test bundles with traefik charm to ubuntu@20.04. tox can be modified to include default-series=;default-base=ubuntu@22.04 in TEST_MODEL_SETTINGS but that is not working for lxd based cloud. Update tox to use zaza from main instead of libjuju-3.1 for func tests. Func-tests for core are failing due to heavy load. Moved horizon to tests/misc Change-Id: I6c025e1350aad7ead922cf5feef19c67c308dbbd
56 lines
1.6 KiB
YAML
56 lines
1.6 KiB
YAML
gate_bundles:
|
|
- smoke
|
|
smoke_bundles:
|
|
- smoke
|
|
configure:
|
|
- zaza.charm_tests.noop.setup.basic_setup
|
|
# https://bugs.launchpad.net/snap-openstack/+bug/2045206
|
|
# - zaza.openstack.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: '^$'
|
|
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: '^$'
|