From 4e99b91b62fc8408b8dde2da5647f1ebd26fbe5c Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 6 Dec 2017 13:25:19 +0100 Subject: [PATCH] s4:selftest: remove samba.blackbox.pdbtest.s4winbind_wbclient test The "winbind_wbclient" backend is unused and will be removed soon. Signed-off-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett --- source4/selftest/tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index ec9f5c0d403..5e48fea8ee0 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -236,7 +236,6 @@ for env in ["ad_dc_ntvfs", "nt4_dc"]: plantestsuite("samba.blackbox.pdbtest(%s)" % env, "%s:local" % env, [os.path.join(bbdir, "test_pdbtest.sh"), '$SERVER', "$PREFIX", "pdbtest", smbclient4, '$SMB_CONF_PATH', configuration]) plantestsuite("samba.blackbox.pdbtest.s4winbind(ad_dc_ntvfs)", "ad_dc_ntvfs:local", [os.path.join(bbdir, "test_pdbtest.sh"), '$SERVER', "$PREFIX", "pdbtest3", smbclient4, '$SMB_CONF_PATH', configuration + " --option='authmethods=winbind'"]) -plantestsuite("samba.blackbox.pdbtest.s4winbind_wbclient(ad_dc_ntvfs)", "ad_dc_ntvfs:local", [os.path.join(bbdir, "test_pdbtest.sh"), '$SERVER', "$PREFIX", "pdbtest4", smbclient4, '$SMB_CONF_PATH', configuration + " --option='authmethods=winbind_wbclient'"]) gpo = smbtorture4_testsuites("gpo.") for t in gpo: -- 2.11.4.GIT