This adopts old functional tests to be executed and verified through molecule instead of the leveraging tests repo. We do not yet fully test connection plugin as more work needs to be put into it. Change-Id: I8a42464f34f2438642046f28a4e8451fd876dcf1
8 lines
194 B
YAML
8 lines
194 B
YAML
---
|
|
|
|
- name: Running filters tests
|
|
ansible.builtin.import_playbook: ../../tests/test-filters.yml
|
|
|
|
- name: Running modules tests
|
|
ansible.builtin.import_playbook: ../../tests/test-modules.yml
|