Fix eos_vrf integration test failures (#36893)
This commit is contained in:
parent
41d75783b5
commit
5c2a1a6124
1 changed files with 12 additions and 0 deletions
|
@ -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…
Reference in a new issue