mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Fix eos integration test failures (#37020)
Fixes #36919 Fix other eos modules integration test failure in dci
This commit is contained in:
parent
bcdaba57b5
commit
ba3201cd2f
6 changed files with 41 additions and 18 deletions
|
@ -6,6 +6,13 @@
|
|||
test_interface_1: ethernet1
|
||||
test_interface_2: ethernet2
|
||||
|
||||
- name: Make sure LLDP is running
|
||||
eos_config:
|
||||
lines: lldp run
|
||||
authorize: yes
|
||||
provider: "{{ eapi }}"
|
||||
become: yes
|
||||
|
||||
- name: Check intent arguments
|
||||
eos_interface:
|
||||
name: "{{ test_interface_1 }}"
|
||||
|
@ -159,3 +166,9 @@
|
|||
- "'host dummy_host' in result.failed_conditions"
|
||||
- "'port dummy_port' in result.failed_conditions"
|
||||
when: "'an-vyos-02' in show_lldp_neighbors_result.stdout[0]"
|
||||
|
||||
- name: Make sure LLDP is running (teardown)
|
||||
eos_config:
|
||||
lines: no lldp run
|
||||
authorize: yes
|
||||
provider: "{{ eapi }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue