mirror of https://github.com/ansible/ansible.git
Replace Ethernet5 for Ethernet2 on eos integration tests (#26674)
In our CI, we only have 3 NICS: Management1, Ethernet1 and Ethernet2.pull/26678/head
parent
3f5736e14e
commit
4006b5d18f
@ -1,4 +1,4 @@
|
||||
interface Ethernet5
|
||||
interface Ethernet2
|
||||
description this is a test
|
||||
shutdown
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
interface Ethernet5
|
||||
interface Ethernet2
|
||||
description test description from ansible
|
||||
shutdown
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
interface Ethernet5
|
||||
interface Ethernet2
|
||||
description this is a test
|
||||
no shutdown
|
||||
|
@ -1,4 +1,4 @@
|
||||
interface Ethernet5
|
||||
interface Ethernet2
|
||||
description this is a test
|
||||
shutdown
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
interface Ethernet5
|
||||
interface Ethernet2
|
||||
description this is a test
|
||||
shutdown
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
interface Ethernet5
|
||||
interface Ethernet2
|
||||
description test description from ansible
|
||||
shutdown
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
interface Ethernet5
|
||||
interface Ethernet2
|
||||
description this is a test
|
||||
no shutdown
|
||||
|
@ -1,4 +1,4 @@
|
||||
interface Ethernet5
|
||||
interface Ethernet2
|
||||
description this is a test
|
||||
shutdown
|
||||
|
||||
|
Loading…
Reference in New Issue