summaryrefslogtreecommitdiff
path: root/tests/topotests/ospf6_topo1
AgeCommit message (Collapse)Author
2024-06-17tests: Avoid importing unused modulesY Bharath
Signed-off-by: y-bharath14 <y.bharath@samsung.com>
2023-12-08topotests: remove obsolete OSPFv3 area configRafael Zalamena
Don't use 'interface WORD area A.B.C.D' for enabling OSPFv3 areas on interfaces and instead use the standardized 'ipv6 ospf6 area A.B.C.D'. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
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-02-08tests: fix strings with topologiesIgor Ryzhov
Add `r` prefix to treat backslashes as literals. Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
2021-11-07tests: Remove debugs from topotestsDonald Sharp
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>
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-07-28tests: Add pytest.mark.ospfd on tests missing this markDonald Sharp
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
2021-06-22Merge pull request #8725 from pjdruddy/ospfv3_fair_socketRuss White
OSPFv3 socket rework
2021-06-18tests: use correct metric type and value for OSPFv3 redistributed routesIgor Ryzhov
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
2021-06-18tests: Modify topotests to include write-multiplier configPat Ruddy
Modify both the default and vrf ospf6 topologies to include a test where write-multiplier is configured to a non-default value and the ospf6 neighbors are reset then checked. Run black on both test files. Signed-off-by: Pat Ruddy <pat@voltanet.io>
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>