]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
python:tests: Move NDR tests to their own directory
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Mon, 20 Nov 2023 02:46:16 +0000 (15:46 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 20 Nov 2023 21:50:32 +0000 (21:50 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/tests/ndr/wbint.py [moved from python/samba/tests/ndr.py with 100% similarity]
python/samba/tests/usage.py
selftest/tests.py

index 8441ea03b7361eb1edbed9de9395da16ffbe5ffd..3d586a71b3afbd8c321e6c830bbfd8a926181ae4 100644 (file)
@@ -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',
 }
 
 
index 0828c1ba5b009e93b2732ddacb34bfdf04a6f839..6a5f6c3850791bf09c2fef87ba3cdd8a15d10f29 100644 (file)
@@ -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"