]> git.puffer.fish Git - mirror/frr.git/commit
tests: add mgmt_oper topotest 14492/head
authorChristian Hopps <chopps@labn.net>
Sun, 22 Oct 2023 09:23:43 +0000 (05:23 -0400)
committerChristian Hopps <chopps@labn.net>
Thu, 28 Dec 2023 18:37:18 +0000 (18:37 +0000)
commitf7258386dba9100f399207a1ab2aa2b90111b364
treeafcd3eff7e5ddd881681fe0ac213ea419640751c
parent2bb115fd786d25b599bb744cdd70684ebe672817
tests: add mgmt_oper topotest

Signed-off-by: Christian Hopps <chopps@labn.net>
30 files changed:
tests/topotests/mgmt_oper/oper-results/result-lib-vrf-default.json [new file with mode: 0644]
tests/topotests/mgmt_oper/oper-results/result-lib-vrf-nokey.json [new file with mode: 0644]
tests/topotests/mgmt_oper/oper-results/result-lib-vrf-red.json [new file with mode: 0644]
tests/topotests/mgmt_oper/oper-results/result-lib-vrf-zebra-ribs.json [new file with mode: 0644]
tests/topotests/mgmt_oper/oper-results/result-lib-vrf-zebra.json [new file with mode: 0644]
tests/topotests/mgmt_oper/oper-results/result-lib.json [new file with mode: 0644]
tests/topotests/mgmt_oper/oper-results/result-ribs-rib-ipv4-unicast.json [new file with mode: 0644]
tests/topotests/mgmt_oper/oper-results/result-ribs-rib-nokeys.json [new file with mode: 0644]
tests/topotests/mgmt_oper/oper.py [new file with mode: 0644]
tests/topotests/mgmt_oper/r1/frr-scale.conf [new file with mode: 0644]
tests/topotests/mgmt_oper/r1/frr-simple.conf [new file with mode: 0644]
tests/topotests/mgmt_oper/r1/frr.conf [new file with mode: 0644]
tests/topotests/mgmt_oper/simple-results/result-empty.json [new file with mode: 0644]
tests/topotests/mgmt_oper/simple-results/result-intf-state-mtu.json [new file with mode: 0644]
tests/topotests/mgmt_oper/simple-results/result-intf-state.json [new file with mode: 0644]
tests/topotests/mgmt_oper/simple-results/result-lib-vrf-default.json [new file with mode: 0644]
tests/topotests/mgmt_oper/simple-results/result-lib-vrf-nokey.json [new file with mode: 0644]
tests/topotests/mgmt_oper/simple-results/result-lib-vrf-red.json [new file with mode: 0644]
tests/topotests/mgmt_oper/simple-results/result-lib-vrf-zebra-ribs.json [new file with mode: 0644]
tests/topotests/mgmt_oper/simple-results/result-lib-vrf-zebra.json [new file with mode: 0644]
tests/topotests/mgmt_oper/simple-results/result-lib.json [new file with mode: 0644]
tests/topotests/mgmt_oper/simple-results/result-ribs-rib-ipv4-unicast.json [new file with mode: 0644]
tests/topotests/mgmt_oper/simple-results/result-ribs-rib-nokeys.json [new file with mode: 0644]
tests/topotests/mgmt_oper/simple-results/result-ribs-rib-route-nokey.json [new file with mode: 0644]
tests/topotests/mgmt_oper/simple-results/result-ribs-rib-route-prefix.json [new file with mode: 0644]
tests/topotests/mgmt_oper/simple-results/result-singleton-metric.json [new file with mode: 0644]
tests/topotests/mgmt_oper/test_oper.py [new file with mode: 0644]
tests/topotests/mgmt_oper/test_querying.py [new file with mode: 0644]
tests/topotests/mgmt_oper/test_scale.py [new file with mode: 0644]
tests/topotests/mgmt_oper/test_simple.py [new file with mode: 0644]