]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
selftest: add share argument to planclusteredmembertestsuite()
authorRalph Boehme <slow@samba.org>
Fri, 12 Dec 2025 14:32:45 +0000 (15:32 +0100)
committerRalph Boehme <slow@samba.org>
Fri, 17 Jul 2026 10:18:37 +0000 (10:18 +0000)
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Anoop C S <anoopcs@samba.org>
source3/selftest/tests.py

index cbc58d53b4898ff5b353cf541c6b0cd4773ae0b7..8f45054c241812eee1c41fe6bcf01be42d6403ea 100755 (executable)
@@ -2001,11 +2001,9 @@ plantestsuite("samba3.blackbox.list_nt4_trusts",
               "ad_member_idmap_ad",
               [os.path.join(samba3srcdir, "script/tests/test_list_nt4_trust.sh")])
 
-def planclusteredmembertestsuite(tname, prefix):
+def planclusteredmembertestsuite(tname, prefix, tshare='tmp'):
     '''Define a clustered test for the clusteredmember environment'''
 
-    tshare = 'tmp'
-
     autharg = '-U${DOMAIN}/${DC_USERNAME}%${DC_PASSWORD}'
     namearg = 'clustered.%s' % tname
     modnamearg = 'samba3.%s' % namearg