From: Noel Power Date: Fri, 27 Apr 2018 14:13:49 +0000 (+0100) Subject: s4/selftest: Enable samba.tests.samba_tool.provision_password_check for py3 X-Git-Tag: tdb-1.3.17~1917 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4188a02bc21dcef37da1e31da731d8473f2becf5;p=thirdparty%2Fsamba.git s4/selftest: Enable samba.tests.samba_tool.provision_password_check for py3 Signed-off-by: Noel Power Reviewed-by: Andrew Bartlett --- diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index febdeb2c252..d4c8a8cf4f6 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -642,7 +642,7 @@ planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.samba_tool.computer") planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.samba_tool.forest") 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") +planpythontestsuite("none", "samba.tests.samba_tool.provision_password_check", py3_compatible=True) planpythontestsuite("none", "samba.tests.samba_tool.help") planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.samba_tool.passwordsettings")