summaryrefslogtreecommitdiffstats
path: root/tests/topotests/ldp_sync_ospf_topo1 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: Remove debugs from topotestsDonald Sharp2021-11-079-34/+34
| | | | | | | | | | 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: Convert over to using converged to test for ospf being convergedDonald Sharp2021-10-133-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | OSPF when it is deciding on whom it should elect for DR and backup has a process that prioritizes network stabilty over the exact same results of who is the DR / Backups. Essentially if we have r1 ----- r2 Let's say r1 has a higher priority, but r2 comes up first, starts sending hello packets and then decides that it is the DR. At some point in time in the future, r1 comes up and then connects to r2 at that point it sees that r2 has elected itself DR and it keeps it that way. This is by design of the system. With our tight ospf timers as well as high load being experienced on our test systems. There exists a bunch of ospf tests that we cannot guarantee that a consistent DR will be elected for the test. As such let's not even pretend that we care a bunch and just look for `Full`. If we care about `ordering` we need to spend more time getting the tests to actually start routers, ensure that htey are up and running in the right order so that priority can take place. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
* tests: cleanup - remove unused importsChristian Hopps2021-09-041-2/+0
| | | | Signed-off-by: Christian Hopps <chopps@labn.net>
* tests: remove legacy Topo class (fixes many pylint errors)Christian Hopps2021-09-041-33/+29
| | | | 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: Unify directory naming for topotestsDonatas Abraitis2021-05-1160-0/+1939
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>