summaryrefslogtreecommitdiff
path: root/tests/topotests/bgp_gr_functionality_topo2
AgeCommit message (Collapse)Author
2024-07-15tests: Refactoring FRR test suitesY Bharath
Signed-off-by: y-bharath14 <y.bharath@samsung.com>
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
Done with a combination of regex'ing and banging my head against a wall. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
2022-10-11tests: Updated assert message for better debuggingKuldeep Kashyap
Updating topojson script's assert messages, which will help in better debugging, when test will fail. Signed-off-by: Kuldeep Kashyap <kashyapk@vmware.com>
2022-04-19tests: Fix spelling of InitilizedDonald Sharp
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
2022-04-01tests: Fix spelling of daemonsDonald Sharp
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
2021-11-19tests: Split up the bgp GR topotestsDonald Sharp
The bgp gr topotests had run times that were greater than 10 minutes each. Just brute force break up the tests to 4 different sub parts. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
2021-09-04tests: cleanup: rerun changed files through blackChristian Hopps
Signed-off-by: Christian Hopps <chopps@labn.net>
2021-09-04tests: cleanup - remove unused importsChristian Hopps
Signed-off-by: Christian Hopps <chopps@labn.net>
2021-09-04tests: remove legacy Topo class (fixes many pylint errors)Christian Hopps
Signed-off-by: Christian Hopps <chopps@labn.net>
2021-09-04tests: micronet: adapt testsChristian Hopps
Signed-off-by: Christian Hopps <chopps@labn.net>
2021-08-20tests: fix broken bgp GR test (non-deterministic)Christian Hopps
- bugs in the support library function `verify_gr_address_family` allowed this test to pass depending on ordering of python dictinoary keys. Fix the bugs, fix the test. Signed-off-by: Christian Hopps <chopps@labn.net>
2021-07-28tests: Add pytest.mark.bgpd for tests missing this markDonald Sharp
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
2021-04-22tests: Remove kill_mininet_router_processDonald Sharp
This function kills all processes that happen to have the same name to frr processes and it was only ever used in the setup. Setup should not be used to kill old runs. That should be a separate process. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
2021-04-09tests: More black fixupsDonald Sharp
Just another round of fixups found by running black on the code Signed-off-by: Donald Sharp <sharpd@nvidia.com>
2021-04-05tests: Fix for BGP_GR test failuresKuldeep Kashyap
Few tests were failing in BGP-GR intermittently. Fixing the failures. Signed-off-by: Kuldeep Kashyap <kashyapk@vmware.com>
2021-03-06tests: Improve error/assert message loggingKuldeep Kashyap
1. Improved error meesage logging. 2. No functionality changes only put some meaningfull error messages. Signed-off-by: Kuldeep Kashyap <kashyapk@vmware.com>
2020-12-17tests: please follow the style guidewhitespace
thanks Signed-off-by: Quentin Young <qlyoung@nvidia.com>
2020-11-12tests: Fix bgp_gr_functionality_topo2 issueKuldeep Kashyap
1. Added convergence step just after BGP-GR capablities are exchanged and clear bgp is performed , reason for this is, in few machine bgp sessions are taking more time to come up. Signed-off-by: Kuldeep Kashyap <kashyapk@vmware.com>
2020-10-07*: reformat python fileswhitespace
We are now using black. Signed-off-by: Quentin Young <qlyoung@nvidia.com>
2020-09-26tests: python3 compat fixes for topotests: tabs and miscMark Stapp
Use only spaces in python files; no tabs; also a couple of small api fixes. Signed-off-by: Mark Stapp <mjs@voltanet.io>
2020-09-15tests: fixing pytest.skip error.nguggarigoud
Updated scripts to handle skip on lower kernel version. Signed-off-by: naveen <nguggarigoud@vmware.com>
2020-09-15tests: Moving kernel version check to API.naveen
Signed-off-by: naveen <nguggarigoud@vmware.com>
2020-09-15tests: Kernel version check for topojson scripts.naveen
1. Added linux kernel version check to avoid failures in CI systems if matching kernel version not found. Signed-off-by: naveen <nguggarigoud@vmware.com>
2020-05-04tests: Adding test suite bgp_gr_functionality_topo2Kuldeep Kashyap
1. Test suite has 17 test cases to verify BGP-graceful-restart functionality 2. Execution time is ~20 Mins Signed-off-by: Kuldeep Kashyap <kashyapk@vmware.com>