Replace Ethernet5 for Ethernet2 on eos integration tests (#26674)

In our CI, we only have 3 NICS: Management1, Ethernet1 and
Ethernet2.
pull/26678/head
Ricardo Carrillo Cruz 7 years ago committed by GitHub
parent 3f5736e14e
commit 4006b5d18f

@ -13,16 +13,6 @@ interface Ethernet1
! !
interface Ethernet2 interface Ethernet2
! !
interface Ethernet3
!
interface Ethernet4
!
interface Ethernet5
!
interface Ethernet6
!
interface Ethernet7
!
! !
no ip routing no ip routing
! !

@ -1,4 +1,4 @@
interface Ethernet5 interface Ethernet2
description this is a test description this is a test
shutdown shutdown

@ -1,4 +1,4 @@
interface Ethernet5 interface Ethernet2
description test description from ansible description test description from ansible
shutdown shutdown

@ -1,3 +1,3 @@
interface Ethernet5 interface Ethernet2
description this is a test description this is a test
no shutdown no shutdown

@ -1,4 +1,4 @@
interface Ethernet5 interface Ethernet2
description this is a test description this is a test
shutdown shutdown

@ -7,7 +7,7 @@
- no description - no description
- no shutdown - no shutdown
parents: parents:
- interface Ethernet5 - interface Ethernet2
match: none match: none
provider: "{{ cli }}" provider: "{{ cli }}"

@ -7,7 +7,7 @@
- no description - no description
- shutdown - shutdown
parents: parents:
- interface Ethernet5 - interface Ethernet2
match: none match: none
provider: "{{ cli }}" provider: "{{ cli }}"

@ -7,7 +7,7 @@
- no description - no description
- no shutdown - no shutdown
parents: parents:
- interface Ethernet5 - interface Ethernet2
match: none match: none
provider: "{{ cli }}" provider: "{{ cli }}"

@ -7,7 +7,7 @@
- no description - no description
- no shutdown - no shutdown
parents: parents:
- interface Ethernet5 - interface Ethernet2
match: none match: none
provider: "{{ cli }}" provider: "{{ cli }}"

@ -7,7 +7,7 @@
- no description - no description
- no shutdown - no shutdown
parents: parents:
- interface Ethernet5 - interface Ethernet2
match: none match: none
provider: "{{ cli }}" provider: "{{ cli }}"

@ -7,7 +7,7 @@
- no description - no description
- no shutdown - no shutdown
parents: parents:
- interface Ethernet5 - interface Ethernet2
match: none match: none
provider: "{{ eapi }}" provider: "{{ eapi }}"

@ -7,7 +7,7 @@
- no description - no description
- shutdown - shutdown
parents: parents:
- interface Ethernet5 - interface Ethernet2
match: none match: none
provider: "{{ eapi }}" provider: "{{ eapi }}"

@ -7,7 +7,7 @@
- no description - no description
- no shutdown - no shutdown
parents: parents:
- interface Ethernet5 - interface Ethernet2
match: none match: none
provider: "{{ eapi }}" provider: "{{ eapi }}"

@ -7,7 +7,7 @@
- no description - no description
- no shutdown - no shutdown
parents: parents:
- interface Ethernet5 - interface Ethernet2
match: none match: none
provider: "{{ eapi }}" provider: "{{ eapi }}"

@ -7,7 +7,7 @@
- no description - no description
- no shutdown - no shutdown
parents: parents:
- interface Ethernet5 - interface Ethernet2
match: none match: none
provider: "{{ eapi }}" provider: "{{ eapi }}"

@ -1,4 +1,4 @@
interface Ethernet5 interface Ethernet2
description this is a test description this is a test
shutdown shutdown

@ -1,4 +1,4 @@
interface Ethernet5 interface Ethernet2
description test description from ansible description test description from ansible
shutdown shutdown

@ -1,3 +1,3 @@
interface Ethernet5 interface Ethernet2
description this is a test description this is a test
no shutdown no shutdown

@ -1,4 +1,4 @@
interface Ethernet5 interface Ethernet2
description this is a test description this is a test
shutdown shutdown

@ -7,7 +7,7 @@
- no description - no description
- no shutdown - no shutdown
parents: parents:
- interface Ethernet5 - interface Ethernet2
match: none match: none
provider: "{{ cli }}" provider: "{{ cli }}"

@ -7,7 +7,7 @@
- no description - no description
- no shutdown - no shutdown
parents: parents:
- interface Ethernet5 - interface Ethernet2
match: none match: none
provider: "{{ cli }}" provider: "{{ cli }}"

@ -7,7 +7,7 @@
- no description - no description
- shutdown - shutdown
parents: parents:
- interface Ethernet5 - interface Ethernet2
match: none match: none
provider: "{{ cli }}" provider: "{{ cli }}"

@ -7,7 +7,7 @@
- no description - no description
- no shutdown - no shutdown
parents: parents:
- interface Ethernet5 - interface Ethernet2
match: none match: none
provider: "{{ cli }}" provider: "{{ cli }}"

@ -7,7 +7,7 @@
- no description - no description
- no shutdown - no shutdown
parents: parents:
- interface Ethernet5 - interface Ethernet2
match: none match: none
provider: "{{ eapi }}" provider: "{{ eapi }}"

@ -7,7 +7,7 @@
- no description - no description
- no shutdown - no shutdown
parents: parents:
- interface Ethernet5 - interface Ethernet2
match: none match: none
provider: "{{ eapi }}" provider: "{{ eapi }}"

@ -7,7 +7,7 @@
- no description - no description
- shutdown - shutdown
parents: parents:
- interface Ethernet5 - interface Ethernet2
match: none match: none
provider: "{{ eapi }}" provider: "{{ eapi }}"

@ -7,7 +7,7 @@
- no description - no description
- no shutdown - no shutdown
parents: parents:
- interface Ethernet5 - interface Ethernet2
match: none match: none
provider: "{{ eapi }}" provider: "{{ eapi }}"

Loading…
Cancel
Save