sunbeam-charms/tests/machine/tests.yaml
Guillaume Boutry 619976fe43
Implement sunbeam-clusterd
Sunbeam-clusterd can scale up and down.
Currently, the external address in bound to the peers relationship.
Exposes the action `get-credentials` which returns the URL. In the long
term, it will return the credentials to access securely clusterd.

Change-Id: I8b91efe6d96198f5ad3634b9747161225381ded6
2024-01-25 12:30:54 +01:00

26 lines
486 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: '^$'