2017-07-03 10:01:59 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
- include: "{{ role_path }}/tests/eos/basic.yaml"
|
|
|
|
when: hostvars[inventory_hostname]['ansible_network_os'] == 'eos'
|
2017-07-12 10:24:19 +00:00
|
|
|
|
|
|
|
- include: "{{ role_path }}/tests/vyos/basic.yaml"
|
|
|
|
when: hostvars[inventory_hostname]['ansible_network_os'] == 'vyos'
|
2017-07-17 07:15:53 +00:00
|
|
|
|
|
|
|
- include: "{{ role_path }}/tests/ios/basic.yaml"
|
|
|
|
when: hostvars[inventory_hostname]['ansible_network_os'] == 'ios'
|
2017-07-17 11:50:22 +00:00
|
|
|
|
|
|
|
- include: "{{ role_path }}/tests/iosxr/basic.yaml"
|
|
|
|
when: hostvars[inventory_hostname]['ansible_network_os'] == 'iosxr'
|
2017-07-25 11:33:54 +00:00
|
|
|
|
|
|
|
- include: "{{ role_path }}/tests/nxos/basic.yaml"
|
|
|
|
when: hostvars[inventory_hostname]['ansible_network_os'] == 'nxos'
|