test: Use the smb2-based deny2 test in clusteredmember_smb1
authorVolker Lendecke <vl@samba.org>
Fri, 16 Oct 2020 14:06:36 +0000 (16:06 +0200)
committerRalph Boehme <slow@samba.org>
Fri, 16 Oct 2020 17:10:34 +0000 (17:10 +0000)
There is no reason to use the SMB1-based ntdeny2 test. It was just
an arbitrary test that depends on clustering to work.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/selftest/tests.py

index 002f6d4a4b0b00c722df73055ffbfb1f5ab31dd6..a76f3d5c2c96fe6cf3fc264e20194f90f5c44042 100755 (executable)
@@ -1169,7 +1169,7 @@ def planclusteredmembertestsuite(tname, prefix):
         modname=modnamearg)
 
 
-CLUSTERED_TESTS = [ 'base.ntdeny2' ]
+CLUSTERED_TESTS = [ 'smb2.deny.deny2' ]
 
 for test in CLUSTERED_TESTS:
     planclusteredmembertestsuite(test, "$PREFIX")