Files
infix/test/case/cli_pretty/all.yaml
T
Richard AlpeandJoachim Wiberg 1ea658ad1d test: add new cli-pretty unit test
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>
2023-09-06 16:11:59 +02:00

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"