1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-07-09 03:58:59 +00:00

Add vyos_lldp and vyos_lldp_interface modules (#26753)

* 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
This commit is contained in:
Ricardo Carrillo Cruz 2017-07-13 20:58:18 +02:00 committed by GitHub
parent 4b3d6dfa8a
commit af4dc6d0eb
26 changed files with 885 additions and 0 deletions

View file

@ -0,0 +1,4 @@
---
- include: "{{ role_path }}/tests/vyos/basic.yaml"
when: hostvars[inventory_hostname]['ansible_network_os'] == 'vyos'