You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/nuage_vspk/tasks/main.yml

10 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', '>=')"