]> git.puffer.fish Git - mirror/frr.git/commit
tests: Add basic BGP Long-lived Graceful restart tests 10260/head
authorDonatas Abraitis <donatas.abraitis@gmail.com>
Tue, 28 Dec 2021 10:23:26 +0000 (12:23 +0200)
committerDonatas Abraitis <donatas.abraitis@gmail.com>
Tue, 28 Dec 2021 14:35:57 +0000 (16:35 +0200)
commitdabca69ee70d2c9ecef303722f9fc72097997dea
treef6134cac1b00dcb7443f066aa58dabca911459fa
parent7f8a9a24a9dc06f9f6483ecd1f5a4c9e34cfb4f1
tests: Add basic BGP Long-lived Graceful restart tests

Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
tests/topotests/bgp_llgr/__init__.py [new file with mode: 0644]
tests/topotests/bgp_llgr/r0/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_llgr/r0/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_llgr/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_llgr/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_llgr/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_llgr/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_llgr/r3/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_llgr/r3/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_llgr/test_bgp_llgr.py [new file with mode: 0644]