Files
vppcfg/unittest/yaml/error-interface-mtu1.yaml

14 lines
298 B
YAML

test:
description: "MTU too small on one interface, too large on another"
errors:
expected:
- "yamale:.*mtu: 127 is less than 128"
- "yamale:.*mtu: 9217 is greater than 9216"
count: 2
---
interfaces:
GigabitEthernet1/0/0:
mtu: 9217
GigabitEthernet1/0/1:
mtu: 127