Fix eos_vrf integration test failures (#36893)

pull/36897/head
Ganesh Nalawade 6 years ago committed by GitHub
parent 41d75783b5
commit 5c2a1a6124
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -202,6 +202,18 @@
- "result.changed == false"
- "result.commands | length == 0"
- name: setup - remove vrf
eos_vrf:
name: "{{ item }}"
state: absent
authorize: yes
provider: "{{ cli }}"
become: yes
with_items:
- test1
- test2
- test3
- name: Create aggregate of VRFs
eos_vrf:
aggregate:

Loading…
Cancel
Save