mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-21 07:40:22 -07:00
junos implementation of net_lldp (#26872)
* junos_lldp module * junos_lldp integration test * net_lldp integration test for junos * Other minor changes
This commit is contained in:
parent
30ad30c470
commit
879acf378d
12 changed files with 280 additions and 11 deletions
|
@ -145,7 +145,7 @@
|
|||
- assert:
|
||||
that:
|
||||
- "result.changed == true"
|
||||
- "'<disable/>' not in config.xml"
|
||||
- "'[edit interfaces ge-0/0/1]\n- disable;' in result.diff.prepared"
|
||||
- "'<name>ge-0/0/1</name>' in config.xml"
|
||||
|
||||
- name: Delete interface
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue