diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-11-27 20:20:59 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-11-27 20:22:10 -0500 |
| commit | 8b5f676563c47ee820a4e76a4ee164a90d1517ca (patch) | |
| tree | 36c1ac70f06d1145a00463924a159adc5fd06df5 | |
| parent | 98d8359fe710f08753a337911b04612da5218b2b (diff) | |
tests: Exclude topotests from consideration
When running make check, exclude the topotests directory from considertion.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
| -rw-r--r-- | tests/pytest.ini | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
