From: Noel Power Date: Thu, 17 May 2018 13:51:40 +0000 (+0100) Subject: s4/selftest: enable samba.tests.samba_tool.passwordsetting for Py3 X-Git-Tag: tdb-1.3.17~1603 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7afa2d93260bdf74fec108ceca4e6add357454c0;p=thirdparty%2Fsamba.git s4/selftest: enable samba.tests.samba_tool.passwordsetting for Py3 Signed-off-by: Noel Power Reviewed-by: Andrew Bartlett --- diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index d84c7b2bbb2..448447c04ed 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -648,7 +648,7 @@ planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.samba_tool.schema") planpythontestsuite("ad_dc:local", "samba.tests.samba_tool.ntacl", py3_compatible=True) planpythontestsuite("none", "samba.tests.samba_tool.provision_password_check", py3_compatible=True) planpythontestsuite("none", "samba.tests.samba_tool.help", py3_compatible=True) -planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.samba_tool.passwordsettings") +planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.samba_tool.passwordsettings", py3_compatible=True) # Run these against chgdcpass to share the runtime load planpythontestsuite("chgdcpass:local", "samba.tests.samba_tool.sites", py3_compatible=True)