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 Ethernet3
!
interface Ethernet4
!
interface Ethernet5
!
interface Ethernet6
!
interface Ethernet7
!
!
no ip routing
!

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save