mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Fix eos integration test failures (#37020)
Fixes #36919 Fix other eos modules integration test failure in dci
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
- name: Configure interface ipv4 address
|
||||
eos_l3_interface:
|
||||
name: "{{ test_interface_1 }}"
|
||||
ipv4: 192.168.0.1/24
|
||||
ipv4: 192.168.1.1/24
|
||||
state: present
|
||||
authorize: yes
|
||||
provider: "{{ eapi }}"
|
||||
@@ -27,12 +27,12 @@
|
||||
that:
|
||||
- 'result.changed == true'
|
||||
- '"interface {{ test_interface_1 }}" in result.commands'
|
||||
- '"ip address 192.168.0.1/24" in result.commands'
|
||||
- '"ip address 192.168.1.1/24" in result.commands'
|
||||
|
||||
- name: Configure interface ipv4 address (idempotent)
|
||||
eos_l3_interface:
|
||||
name: "{{ test_interface_1 }}"
|
||||
ipv4: 192.168.0.1/24
|
||||
ipv4: 192.168.1.1/24
|
||||
state: present
|
||||
authorize: yes
|
||||
provider: "{{ eapi }}"
|
||||
|
||||
Reference in New Issue
Block a user