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