build: reworked with setuptools
Signed-off-by: Ray Kinsella <mdr@ashroe.eu>
This commit is contained in:
20
vppcfg/unittest/yaml/error-bondethernet3.yaml
Normal file
20
vppcfg/unittest/yaml/error-bondethernet3.yaml
Normal file
@ -0,0 +1,20 @@
|
||||
test:
|
||||
description: "Members of a BondEthernet can't have an LCP"
|
||||
errors:
|
||||
expected:
|
||||
- "bondethernet .* member .* has an LCP"
|
||||
count: 1
|
||||
---
|
||||
bondethernets:
|
||||
BondEthernet0:
|
||||
interfaces: [ GigabitEthernet1/0/0, GigabitEthernet1/0/1 ]
|
||||
|
||||
interfaces:
|
||||
GigabitEthernet1/0/0:
|
||||
mtu: 3000
|
||||
lcp: "e1-0-0"
|
||||
GigabitEthernet1/0/1:
|
||||
mtu: 3000
|
||||
|
||||
BondEthernet0:
|
||||
mtu: 3000
|
Reference in New Issue
Block a user