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

This commit is contained in:
Ricardo Carrillo Cruz 2017-07-12 12:45:18 +02:00 committed by GitHub
parent 2f60f97ee3
commit 8df175fa90

View file

@ -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