Idempotency test for enabled mode nxos_udld_interface (#35031)

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
pull/35033/head
Trishna Guha 7 years ago committed by GitHub
parent bf2ce55ca6
commit f806a58a5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -56,6 +56,12 @@
- assert: *true
- name: "Conf2 Idempotence"
nxos_udld_interface: *conf2
register: result
- assert: *false
- name: Remove the config
nxos_udld_interface: &remove
interface: "{{ intname }}"

Loading…
Cancel
Save