summaryrefslogtreecommitdiffstats
path: root/tests/topotests/msdp_topo1 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: Remove debugs from topotestsDonald Sharp2021-11-074-8/+8
| | | | | | | | | | Debugs take up a significant amount of cpu time as well as increased disk space for storage of results. Reduce test over head by removing the debugs, Hopefully this helps alleviate some of the overloading that we are seeing in our CI systems. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
* tests: cleanup: rerun changed files through blackChristian Hopps2021-09-041-57/+67
| | | | Signed-off-by: Christian Hopps <chopps@labn.net>
* tests: cleanup - remove unused importsChristian Hopps2021-09-041-3/+0
| | | | Signed-off-by: Christian Hopps <chopps@labn.net>
* tests: use new helper object for mcast-tester and iperfChristian Hopps2021-09-041-93/+11
| | | | | | - Decrease igmp query interval to fix pim test run times Signed-off-by: Christian Hopps <chopps@labn.net>
* tests: remove legacy Topo class (fixes many pylint errors)Christian Hopps2021-09-041-32/+28
| | | | Signed-off-by: Christian Hopps <chopps@labn.net>
* tests: micronet: adapt testsChristian Hopps2021-09-041-18/+52
| | | | Signed-off-by: Christian Hopps <chopps@labn.net>
* topotests: reduce MSDP topologyRafael Zalamena2021-08-061-11/+11
| | | | | | | | | Meanwhile we don't get all MSDP features (MSDP route validation via BGP AS Path as described in RFC 4611 Section 2), kill one of the links of the topology to avoid intermittent test failures due to different traffic route. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
* tests: Reduce pim join/prune interval to 5 secondsDonald Sharp2021-07-264-0/+4
| | | | | | | | | Tests should have low enough overhead that sending the join/prune every 5 seconds should be sufficient also it should allow us to converge faster in case of dropped packets. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
* topotests: speed up MSDP convergence speedRafael Zalamena2021-07-044-0/+4
| | | | | | | Decrease the connection retry time to reduce test duration on connection failures. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
* topotests: topology to test MSDP peersRafael Zalamena2021-06-2514-0/+654
Test the following items: - Multicast route installation - MSDP peering/SA/RPF Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>