mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Replace Ethernet5 for Ethernet2 on eos integration tests (#26674)
In our CI, we only have 3 NICS: Management1, Ethernet1 and Ethernet2.
This commit is contained in:
parent
3f5736e14e
commit
4006b5d18f
27 changed files with 26 additions and 36 deletions
|
@ -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…
Reference in a new issue