From: Joseph Sutton Date: Mon, 20 Nov 2023 02:46:16 +0000 (+1300) Subject: python:tests: Move NDR tests to their own directory X-Git-Tag: talloc-2.4.2~612 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=21a3f60cfc783d07994b29696c7a75e2372dd114;p=thirdparty%2Fsamba.git python:tests: Move NDR tests to their own directory Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/python/samba/tests/ndr.py b/python/samba/tests/ndr/wbint.py similarity index 100% rename from python/samba/tests/ndr.py rename to python/samba/tests/ndr/wbint.py diff --git a/python/samba/tests/usage.py b/python/samba/tests/usage.py index 8441ea03b73..3d586a71b3a 100644 --- a/python/samba/tests/usage.py +++ b/python/samba/tests/usage.py @@ -100,10 +100,12 @@ EXCLUDE_DIRS = { 'bin/python/samba/tests', 'bin/python/samba/tests/dcerpc', 'bin/python/samba/tests/krb5', + 'bin/python/samba/tests/ndr', 'python/samba/tests', 'python/samba/tests/bin', 'python/samba/tests/dcerpc', 'python/samba/tests/krb5', + 'python/samba/tests/ndr', } diff --git a/selftest/tests.py b/selftest/tests.py index 0828c1ba5b0..6a5f6c38507 100644 --- a/selftest/tests.py +++ b/selftest/tests.py @@ -234,7 +234,7 @@ planpythontestsuite("none", "samba.tests.glue") planpythontestsuite("none", "samba.tests.tdb_util") planpythontestsuite("none", "samba.tests.samdb") planpythontestsuite("none", "samba.tests.samdb_api") -planpythontestsuite("none", "samba.tests.ndr") +planpythontestsuite("none", "samba.tests.ndr.wbint") if with_pam: env = "ad_member"