From: Donald Sharp Date: Wed, 28 Nov 2018 01:20:59 +0000 (-0500) Subject: tests: Exclude topotests from consideration X-Git-Tag: frr-7.1-dev~151^2~383 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=8b5f676563c47ee820a4e76a4ee164a90d1517ca;p=mirror%2Ffrr.git tests: Exclude topotests from consideration When running make check, exclude the topotests directory from considertion. Signed-off-by: Donald Sharp --- diff --git a/tests/pytest.ini b/tests/pytest.ini new file mode 100644 index 0000000000..3c436ed5dd --- /dev/null +++ b/tests/pytest.ini @@ -0,0 +1,2 @@ +[pytest] +norecursedirs = topotests