summaryrefslogtreecommitdiff
path: root/tests/topotests/ospf_basic_functionality/test_ospf_chaos.py
AgeCommit message (Collapse)Author
2024-06-17tests: Avoid importing unused modulesY Bharath
Signed-off-by: y-bharath14 <y.bharath@samsung.com>
2023-03-29Merge pull request #12645 from gpnaveen/ospf_error_msg_enhancementsRuss White
tests: [topojson] Update assert/error messages for ospf scripts
2023-03-26tests: [topojson] Update assert/error messagesnguggarigoud
Few assert/error messages are updated for test scripts for better debugging. Signed-off-by: nguggarigoud <nguggarigoud@vmware.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-12-13tests: Cleaning up daemon param used in start_topology()Kuldeep Kashyap
Earlier daemon parameter was passed to start_topology(), which is not needed now, as new code is implemented to start feature specific daemons. Signed-off-by: Kuldeep Kashyap <kashyapk@vmware.com>
2022-04-01tests: Fix spelling of daemonsDonald Sharp
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-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-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>
2021-03-01tests: Run `black` against tests again to clean up formattingDonald Sharp
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
2021-02-04tests: Add pytest.mark.staticd to topotestsDonald Sharp
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
2021-02-04tests: Add pytest.mark.ospfd to testsDonald Sharp
Add pytest marking for ospfd. This commit also has some other test markings because I do not want to have to go through the same test multiple times. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
2021-01-21tests: Adding 3 ospf chaos testcases.nguggarigoud
This script involves Restart ospfd, restart frr with ospf enabled, staticd with redistribution inside ospf is enabled Signed-off-by: nguggarigoud <nguggarigoud@vmware.com>