summaryrefslogtreecommitdiff
path: root/tests/topotests/bgp_sender-as-path-loop-detection
AgeCommit message (Collapse)Author
2020-09-18tests: use .items instead of .iteritems in topotestsMark Stapp
Avoid py2-only .iteritems() api. Signed-off-by: Mark Stapp <mjs@voltanet.io>
2020-09-08tests: Modify bgpd.conf to have faster keepalive/hold timersDonald Sharp
Modify bgpd.conf in all easily accessible topotests to use 3 10 as their timers du jour. This will allow the tests to converge faster. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
2020-04-14tests: Enable rfc8212 by default except datacenter profileDonatas Abraitis
Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
2020-04-03tests: Run python formatter (black) for topotestsreformat
Mostly ' => ", whitespace changes. Using https://github.com/psf/black Signed-off-by: reformat <reformat@nobody.nobody>
2019-11-13tests: Add a test case for `sender-as-path-loop-detection`Donatas Abraitis
Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>