summaryrefslogtreecommitdiffstats
path: root/tests/topotests/ospf_tilfa_topo1 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: Remove debugs from topotestsDonald Sharp2021-11-075-10/+10
| | | | | | | | | | 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 - remove unused importsChristian Hopps2021-09-041-3/+0
| | | | Signed-off-by: Christian Hopps <chopps@labn.net>
* tests: remove legacy Topo class (fixes many pylint errors)Christian Hopps2021-09-041-30/+26
| | | | Signed-off-by: Christian Hopps <chopps@labn.net>
* tests: micronet: adapt testsChristian Hopps2021-09-041-1/+1
| | | | Signed-off-by: Christian Hopps <chopps@labn.net>
* tests: Add pytest.mark.ospfd on tests missing this markDonald Sharp2021-07-281-0/+2
| | | | Signed-off-by: Donald Sharp <sharpd@nvidia.com>
* tests: Unify directory naming for topotestsDonatas Abraitis2021-05-1117-0/+1350
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>