]> git.puffer.fish Git - mirror/frr.git/commit
lib, lm-proxy-topo1: label manager proxy test
authorpaco <paco@voltanet.io>
Mon, 4 Jun 2018 14:06:37 +0000 (16:06 +0200)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 28 Nov 2018 01:22:14 +0000 (20:22 -0500)
commit86c21ac7fc290ee5e2599793c857681e9c8152d2
treebb7753feae377586f64b452c07e7bd583d66c766
parentfa2adbc52818bd54439a5f0086a76c81e307b141
lib, lm-proxy-topo1: label manager proxy test

Label proxy manager test covering both LDP and BGP label requests.

lib/topotest.py:restartRouter() function has been fixed in order to
allow propagating options to deamons other than zebra.

Signed-off-by: F. Aragon <paco@voltanet.io>
20 files changed:
tests/topotests/lib/topotest.py
tests/topotests/lm-proxy-topo1/ce1/bgpd.conf [new file with mode: 0644]
tests/topotests/lm-proxy-topo1/ce1/zebra.conf [new file with mode: 0644]
tests/topotests/lm-proxy-topo1/ce2/bgpd.conf [new file with mode: 0644]
tests/topotests/lm-proxy-topo1/ce2/zebra.conf [new file with mode: 0644]
tests/topotests/lm-proxy-topo1/lm-proxy-topo1.dot [new file with mode: 0644]
tests/topotests/lm-proxy-topo1/lm-proxy-topo1.pdf [new file with mode: 0644]
tests/topotests/lm-proxy-topo1/lm/zebra.conf [new file with mode: 0644]
tests/topotests/lm-proxy-topo1/p1/ldpd.conf [new file with mode: 0644]
tests/topotests/lm-proxy-topo1/p1/ospfd.conf [new file with mode: 0644]
tests/topotests/lm-proxy-topo1/p1/zebra.conf [new file with mode: 0644]
tests/topotests/lm-proxy-topo1/pe1/bgpd.conf [new file with mode: 0644]
tests/topotests/lm-proxy-topo1/pe1/ldpd.conf [new file with mode: 0644]
tests/topotests/lm-proxy-topo1/pe1/ospfd.conf [new file with mode: 0644]
tests/topotests/lm-proxy-topo1/pe1/zebra.conf [new file with mode: 0644]
tests/topotests/lm-proxy-topo1/pe2/bgpd.conf [new file with mode: 0644]
tests/topotests/lm-proxy-topo1/pe2/ldpd.conf [new file with mode: 0644]
tests/topotests/lm-proxy-topo1/pe2/ospfd.conf [new file with mode: 0644]
tests/topotests/lm-proxy-topo1/pe2/zebra.conf [new file with mode: 0644]
tests/topotests/lm-proxy-topo1/test_lm-proxy-topo1.py [new file with mode: 0644]