Move unittest YAML files into their own directory, pending more python unit tests in a followup commit

This commit is contained in:
Pim van Pelt
2022-03-20 16:59:13 +00:00
parent dbd7bca8f3
commit 2036795ef1
47 changed files with 1 additions and 1 deletions

View File

@ -0,0 +1,19 @@
test:
description: "A few correct examples of well formed loopbacks"
errors:
count: 0
---
loopbacks:
loop0:
description: "Loopback instance loop0 with both address and LCP"
lcp: "lo0"
mtu: 9216
addresses: [ 192.0.2.1/29 ]
loop20:
description: "Loopback instance loop20, with LCP, but no address"
mtu: 9216
lcp: "loop20"
loop1234:
description: "Loopback instance loop1234"