d8dbc9aa69
Resolves a feature parity issue with Charmed OpenStack's Keystone. Change-Id: Ia33bbdc0d8f7e3fdbc669c4f592f259fd7b8c1a8
43 lines
1.1 KiB
YAML
43 lines
1.1 KiB
YAML
gate_bundles:
|
|
- smoke
|
|
smoke_bundles:
|
|
- smoke
|
|
configure:
|
|
- zaza.openstack.charm_tests.keystone.setup.wait_for_all_endpoints
|
|
- zaza.openstack.charm_tests.keystone.setup.add_tempest_roles
|
|
tests:
|
|
- zaza.openstack.charm_tests.keystone.tests.KeystoneTempestTestK8S
|
|
tests_options:
|
|
trust:
|
|
- smoke
|
|
ignore_hard_deploy_errors:
|
|
- smoke
|
|
|
|
tempest:
|
|
default:
|
|
smoke: True
|
|
exclude-list:
|
|
- "tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file"
|
|
include-list:
|
|
- "tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_create_application_credential"
|
|
|
|
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: '^$'
|
|
glance:
|
|
workload-status: active
|
|
workload-status-message-regex: '^$'
|
|
keystone:
|
|
workload-status: active
|
|
workload-status-message-regex: '^$'
|
|
mysql:
|
|
workload-status: active
|
|
workload-status-message-regex: '^.*$'
|