
Necessary changes have landed in the snap, enable the functional tests. Change-Id: Iceb9b517a8329197deaa5b556370e94a825a2493
29 lines
570 B
YAML
29 lines
570 B
YAML
gate_bundles:
|
|
- smoke
|
|
smoke_bundles:
|
|
- smoke
|
|
configure:
|
|
- zaza.charm_tests.noop.setup.basic_setup
|
|
tests:
|
|
- zaza.sunbeam.charm_tests.clusterd.tests.ClusterdTest
|
|
tests_options:
|
|
trust:
|
|
- smoke
|
|
ignore_hard_deploy_errors:
|
|
- smoke
|
|
|
|
tempest:
|
|
default:
|
|
smoke: True
|
|
|
|
target_deploy_status:
|
|
sunbeam-machine:
|
|
workload-status: active
|
|
workload-status-message-regex: '^$'
|
|
sunbeam-clusterd:
|
|
workload-status: active
|
|
workload-status-message-regex: '^$'
|
|
tls-operator:
|
|
workload-status: active
|
|
workload-status-message-regex: '^$'
|