From 21a3f60cfc783d07994b29696c7a75e2372dd114 Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Mon, 20 Nov 2023 15:46:16 +1300 Subject: [PATCH] python:tests: Move NDR tests to their own directory Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- python/samba/tests/{ndr.py => ndr/wbint.py} | 0 python/samba/tests/usage.py | 2 ++ selftest/tests.py | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) rename python/samba/tests/{ndr.py => ndr/wbint.py} (100%) 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" -- 2.11.4.GIT