mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-31 04:53:01 +02:00
This test is a "unit" test, which implies that it can be executed locally without access to a Infix target environment. Signed-off-by: Richard Alpe <richard@bit42.se>
40 lines
657 B
YAML
40 lines
657 B
YAML
---
|
|
- case: run.sh
|
|
name: "interfaces-empty"
|
|
opts:
|
|
- "json/empty.json"
|
|
- "ietf-interfaces"
|
|
|
|
- case: run.sh
|
|
name: "interfaces-factory"
|
|
opts:
|
|
- "json/factory.json"
|
|
- "ietf-interfaces"
|
|
|
|
- case: run.sh
|
|
name: "interfaces-bloated"
|
|
opts:
|
|
- "json/bloated.json"
|
|
- "ietf-interfaces"
|
|
|
|
- case: run.sh
|
|
name: "interface-ethernet"
|
|
opts:
|
|
- "json/bloated.json"
|
|
- "ietf-interfaces"
|
|
- "-n e0"
|
|
|
|
- case: run.sh
|
|
name: "interface-vlan"
|
|
opts:
|
|
- "json/bloated.json"
|
|
- "ietf-interfaces"
|
|
- "-n vlan1"
|
|
|
|
- case: run.sh
|
|
name: "interface-birdge"
|
|
opts:
|
|
- "json/bloated.json"
|
|
- "ietf-interfaces"
|
|
- "-n br0"
|