summaryrefslogtreecommitdiff
path: root/tests/topotests/bgp_sender-as-path-loop-detection
AgeCommit message (Collapse)Author
2021-05-11tests: Unify directory naming for topotestsDonatas Abraitis
Change every `-` to `_` in directory names. This is to avoid mixing _ and -. Just for consistency and directory sorting properly. Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
2021-04-09tests: Add some more pytest marks for bgpdDonald Sharp
Just another round of trying to add pytest.mark.bgpd. Not finished yet just what I could stand doing for a few minutes. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
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>