From: Stefan Metzmacher Date: Tue, 16 Feb 2016 09:04:40 +0000 (+0100) Subject: s4:selftest: run samba.tests.samba_tool.user also against ad_dc:local X-Git-Tag: tdb-1.3.10~187 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d903338ed66d20525082b4e078b526045843d080;p=thirdparty%2Fsamba.git s4:selftest: run samba.tests.samba_tool.user also against ad_dc:local In future ad_dc_ntvfs and ad_dc will differ regarding the Primary:SambaGPG password feature. So we should test both. Signed-off-by: Stefan Metzmacher Reviewed-by: Alexander Bokovoy --- diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 8b2512fb987..501d0b6702b 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -556,6 +556,7 @@ planpythontestsuite("ad_dc:local", "samba.tests.samba_tool.gpo") planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.samba_tool.processes") planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.samba_tool.user") +planpythontestsuite("ad_dc:local", "samba.tests.samba_tool.user") planpythontestsuite("chgdcpass:local", "samba.tests.samba_tool.user_check_password_script") planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.samba_tool.group") planpythontestsuite("ad_dc:local", "samba.tests.samba_tool.ntacl")