af4dc6d0eb
* Add vyos_lldp and vyos_lldp_interface modules * Fix module docstring issue * Fix bogus aggregate reference * Add vyos_lldp integration tests * Add vyos_lldp_interface integration tests * Remove unused import for run_commands * Add VyOS net_lldp integration tests * Remove junos and netconf from net_lldp integration tests * Add net_lldp_interface integration tests * Correct CLI filtering tests for VyOS * Fix pep8 issues * Fix more pep8 issues
4 lines
125 B
YAML
4 lines
125 B
YAML
---
|
|
|
|
- include: "{{ role_path }}/tests/vyos/basic.yaml"
|
|
when: hostvars[inventory_hostname]['ansible_network_os'] == 'vyos'
|