summaryrefslogtreecommitdiff
path: root/tests/topotests/pim_basic/test_pim.py
AgeCommit message (Collapse)Author
2024-12-02tests: pim_basic should not use /tmp for outputing of filesDonald Sharp
Use the appropriate log directory. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
2024-06-17tests: Avoid importing unused modulesY Bharath
Signed-off-by: y-bharath14 <y.bharath@samsung.com>
2024-04-27tests: Drop duplicate pytestmark per fileDonatas Abraitis
Signed-off-by: Donatas Abraitis <donatas@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>
2023-01-18tests: pim_basic fails in micronetDonald Sharp
Looks like under heavy load, the test is not giving enough time to come to steady state. Do this: a) send more udp packets and for longer b) Increase time spent waiting Signed-off-by: Donald Sharp <sharpd@nvidia.com>
2022-11-22tests: Set minimum wait time for tests to 5 secondsDonatas Abraitis
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
2021-11-05tests: pim_basic needs to wait for event to happen under loadDonald Sharp
The test system under load looks for upstream state only 1 time immediately after sending 2 streams of S,G data flowing. Give the system some time to process this and ensure that it actually shows up in a small amount of time. 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-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>