diff options
Diffstat (limited to 'tests/topotests/mgmt_oper/simple-results/result-intf-state-mtu.json')
-rw-r--r-- | tests/topotests/mgmt_oper/simple-results/result-intf-state-mtu.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/topotests/mgmt_oper/simple-results/result-intf-state-mtu.json b/tests/topotests/mgmt_oper/simple-results/result-intf-state-mtu.json new file mode 100644 index 0000000..6035971 --- /dev/null +++ b/tests/topotests/mgmt_oper/simple-results/result-intf-state-mtu.json @@ -0,0 +1,12 @@ +{ + "frr-interface:lib": { + "interface": [ + { + "name": "r1-eth0", + "state": { + "mtu": 1500 + } + } + ] + } +} |