]> git.puffer.fish Git - matthieu/frr.git/commit
eigrp-topo1: solve output ordering problem
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Tue, 17 Oct 2017 20:06:25 +0000 (18:06 -0200)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 28 Nov 2018 01:22:12 +0000 (20:22 -0500)
commit7c1f9631fce69fdcb19a356850f7c9c8eb359742
tree775489ca91af33927a0b3638ec98205529329870
parent13e8bc063fca5f6970b453650371e793dd2b677a
eigrp-topo1: solve output ordering problem

Transform 'show ip eigrp topo' output into data structures and compare
using json_cmp() to avoid expecting output order.
tests/topotests/eigrp-topo1/r1/show_ip_eigrp.json [new file with mode: 0644]
tests/topotests/eigrp-topo1/r2/show_ip_eigrp.json [new file with mode: 0644]
tests/topotests/eigrp-topo1/r3/show_ip_eigrp.json [new file with mode: 0644]
tests/topotests/eigrp-topo1/test_eigrp_topo1.py