Make sure the Ethernet interfaces are up before running EOS tests (#26691)

pull/26538/merge
Ricardo Carrillo Cruz 7 years ago committed by GitHub
parent 2f60f97ee3
commit 8df175fa90

@ -7,3 +7,10 @@
provider: "{{ cli }}"
register: eos_eapi_output
connection: local
- name: enable ethernet interfaces
eos_config:
int Ethernet1
no shutdown
int Ethernet2
no shutdown

Loading…
Cancel
Save