From: Ralph Boehme Date: Mon, 25 Nov 2019 16:43:37 +0000 (+0100) Subject: selftest: run samba.tests.samba_tool.user against ad_dc_ntvfs:local explicitly X-Git-Tag: ldb-2.1.0~206 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac115db1fcaae7913dd1e62a5558272e235264e6;p=thirdparty%2Fsamba.git selftest: run samba.tests.samba_tool.user against ad_dc_ntvfs:local explicitly No change in behaviour. Signed-off-by: Ralph Boehme Reviewed-by: Andreas Schneider --- diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 9aee31f14db..121ef2bd691 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -692,7 +692,7 @@ for env in ["ad_dc_ntvfs", "ad_dc", "offlinebackupdc", "renamedc", planpythontestsuite(env + ":local", "samba.tests.samba_tool.gpo") planpythontestsuite("ad_dc_default:local", "samba.tests.samba_tool.processes") -planpythontestsuite("ad_dc_default:local", "samba.tests.samba_tool.user") +planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.samba_tool.user") planpythontestsuite("ad_dc_default:local", "samba.tests.samba_tool.user_wdigest") planpythontestsuite("ad_dc:local", "samba.tests.samba_tool.user") planpythontestsuite("ad_dc:local", "samba.tests.samba_tool.user_virtualCryptSHA")