Idempotency test for enabled mode nxos_udld_interface (#35031)

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
Trishna Guha 2018-01-18 10:40:01 +05:30 committed by GitHub
parent bf2ce55ca6
commit f806a58a5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}"