From: Joe Guo Date: Wed, 11 Apr 2018 05:17:48 +0000 (+1200) Subject: selftest: enable py3 for samba.tests.lsa_string X-Git-Tag: ldb-1.4.0~595 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eec07f2fe5eab8046eed78c7c4439732f9f2118b;p=thirdparty%2Fsamba.git selftest: enable py3 for samba.tests.lsa_string No change needed. Signed-off-by: Joe Guo Reviewed-by: Andrew Bartlett Reviewed-by: Douglas Bagnall --- diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index d5c421e7c7f..f7942ea632a 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -715,7 +715,10 @@ planoldpythontestsuite("fl2000dc:local", "samba.tests.encrypted_secrets", extra_args=['-U"$USERNAME%$PASSWORD"']) -planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.lsa_string") +planpythontestsuite("ad_dc_ntvfs:local", + "samba.tests.lsa_string", + py3_compatible=True) + planoldpythontestsuite("ad_dc_ntvfs", "samba.tests.krb5_credentials", extra_args=['-U"$USERNAME%$PASSWORD"'])