ansible/test/integration/targets/nuage_vspk/tasks/main.yml
Matt Clay 29de0619e8 Fix nuage_vspk integration test:
- Wait for API to be ready.
- Enumerate test cases on controller.
2019-03-25 16:27:38 -07:00

9 lines
257 B
YAML

---
- block:
- name: run test case
include: "{{ test_case_to_run }}"
with_fileglob: "{{ role_path }}/tests/{{ testcase }}.yaml"
loop_control:
loop_var: test_case_to_run
when: "ansible_python_version is version('2.7', '>=')"