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