Idempotency test for enabled mode nxos_udld_interface (#35031)

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
(cherry picked from commit f806a58a5e)
pull/34928/head
Trishna Guha 8 years ago committed by Toshio Kuratomi
parent dd6b61635b
commit 968e048b0d

@ -54,6 +54,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