]> git.puffer.fish Git - mirror/frr.git/commit
tests: Add test case for `aggregate-address <prefix> origin <origin>`
authorDonatas Abraitis <donatas.abraitis@gmail.com>
Wed, 12 Feb 2020 20:32:55 +0000 (22:32 +0200)
committerDonatas Abraitis <donatas.abraitis@gmail.com>
Thu, 13 Feb 2020 14:18:34 +0000 (16:18 +0200)
commit561137b0e135fd04efd539664bf4d789a041523c
tree98a3aac9d2d0f6b08a9c83d6244364da975bc418
parent229757f1950eaf19ec86335702aa31f934bcd9f6
tests: Add test case for `aggregate-address <prefix> origin <origin>`

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