2017-06-29 10:05:20 +00:00
|
|
|
---
|
|
|
|
- include: "{{ role_path }}/tests/ios/basic.yaml"
|
|
|
|
when: hostvars[inventory_hostname]['ansible_network_os'] == 'ios'
|
2017-07-10 11:04:56 +00:00
|
|
|
|
|
|
|
- include: "{{ role_path }}/tests/junos/basic.yaml"
|
|
|
|
when: hostvars[inventory_hostname]['ansible_network_os'] == 'junos'
|
|
|
|
|
|
|
|
- include: "{{ role_path }}/tests/vyos/basic.yaml"
|
|
|
|
when: hostvars[inventory_hostname]['ansible_network_os'] == 'vyos'
|