Move unittest YAML files into their own directory, pending more python unit tests in a followup commit
This commit is contained in:
12
unittest/yaml/error-loopback1.yaml
Normal file
12
unittest/yaml/error-loopback1.yaml
Normal file
@ -0,0 +1,12 @@
|
||||
test:
|
||||
description: "Cannot give an IP address to a loopback without LCP"
|
||||
errors:
|
||||
expected:
|
||||
- "loopback .* has an address but no LCP"
|
||||
count: 1
|
||||
---
|
||||
loopbacks:
|
||||
loop10:
|
||||
description: "Loopback instance loop10, with address, but no LCP"
|
||||
mtu: 9216
|
||||
addresses: [ 192.0.2.1/29 ]
|
Reference in New Issue
Block a user