mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-27 11:13:02 +02:00
Instead focus on the task to do 'show hardware', 'show interfaces' and more, this to make it more logical.
40 lines
657 B
YAML
40 lines
657 B
YAML
---
|
|
- case: run.sh
|
|
name: "interfaces-empty"
|
|
opts:
|
|
- "json/empty.json"
|
|
- "show-interfaces"
|
|
|
|
- case: run.sh
|
|
name: "interfaces-factory"
|
|
opts:
|
|
- "json/factory.json"
|
|
- "show-interfaces"
|
|
|
|
- case: run.sh
|
|
name: "interfaces-bloated"
|
|
opts:
|
|
- "json/bloated.json"
|
|
- "show-interfaces"
|
|
|
|
- case: run.sh
|
|
name: "interface-ethernet"
|
|
opts:
|
|
- "json/bloated.json"
|
|
- "show-interfaces"
|
|
- "-n e0"
|
|
|
|
- case: run.sh
|
|
name: "interface-vlan"
|
|
opts:
|
|
- "json/bloated.json"
|
|
- "show-interfaces"
|
|
- "-n vlan1"
|
|
|
|
- case: run.sh
|
|
name: "interface-bridge"
|
|
opts:
|
|
- "json/bloated.json"
|
|
- "show-interfaces"
|
|
- "-n br0"
|