2017-06-16 16:42:50 +00:00
|
|
|
---
|
2017-07-14 14:09:21 +00:00
|
|
|
- debug: msg="START cli/contains.yaml"
|
2017-06-16 16:42:50 +00:00
|
|
|
|
|
|
|
- include: "{{ role_path }}/tests/eos/basic.yaml"
|
|
|
|
when: hostvars[inventory_hostname]['ansible_network_os'] == 'eos'
|
2017-07-14 14:09:21 +00:00
|
|
|
|
|
|
|
- include: "{{ role_path }}/tests/vyos/basic.yaml"
|
|
|
|
when: hostvars[inventory_hostname]['ansible_network_os'] == 'vyos'
|
|
|
|
|
2017-08-01 14:49:54 +00:00
|
|
|
- include: "{{ role_path }}/tests/iosxr/basic.yaml"
|
|
|
|
when: hostvars[inventory_hostname]['ansible_network_os'] == 'iosxr'
|
|
|
|
|
2017-07-14 14:09:21 +00:00
|
|
|
- debug: msg="END cli/contains.yaml"
|