From: Stefan Metzmacher Date: Wed, 6 Dec 2017 12:25:19 +0000 (+0100) Subject: s4:selftest: remove samba.blackbox.pdbtest.s4winbind_wbclient test X-Git-Tag: talloc-2.1.11~223 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4e99b91b62fc8408b8dde2da5647f1ebd26fbe5c;p=thirdparty%2Fsamba.git 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 --- 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: