Make sure the Ethernet interfaces are up before running EOS tests (#26691)
This commit is contained in:
parent
2f60f97ee3
commit
8df175fa90
1 changed files with 7 additions and 0 deletions
|
@ -7,3 +7,10 @@
|
||||||
provider: "{{ cli }}"
|
provider: "{{ cli }}"
|
||||||
register: eos_eapi_output
|
register: eos_eapi_output
|
||||||
connection: local
|
connection: local
|
||||||
|
|
||||||
|
- name: enable ethernet interfaces
|
||||||
|
eos_config:
|
||||||
|
int Ethernet1
|
||||||
|
no shutdown
|
||||||
|
int Ethernet2
|
||||||
|
no shutdown
|
||||||
|
|
Loading…
Reference in a new issue