Since we need to install the collection (and possibly other actions in the future), let's create a role that we can share across all the tests. Change-Id: Ic0214e7c3f1b17a8932b432d6536ef9e44fa84a7
22 lines
317 B
YAML
22 lines
317 B
YAML
---
|
|
driver:
|
|
name: delegated
|
|
options:
|
|
managed: false
|
|
ansible_connection_options:
|
|
ansible_connection: local
|
|
log: true
|
|
lint:
|
|
name: yamllint
|
|
enabled: false
|
|
platforms:
|
|
- name: instance
|
|
provisioner:
|
|
name: ansible
|
|
scenario:
|
|
name: default
|
|
test_sequence:
|
|
- syntax
|
|
- converge
|
|
- verify
|