From: Noel Power Date: Wed, 9 May 2018 10:27:40 +0000 (+0100) Subject: s4/selftest: enable samba.tests.password_hash_fl2008 for python3 X-Git-Tag: tdb-1.3.17~1756 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0854cca4ff375612614b38b1fecc6cd9677f5e2f;p=thirdparty%2Fsamba.git s4/selftest: enable samba.tests.password_hash_fl2008 for python3 Signed-off-by: Noel Power Reviewed-by: Andrew Bartlett --- diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index d363b6bca53..c99948a252c 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -748,7 +748,7 @@ planoldpythontestsuite("ad_dc:local", # ad_dc_ntvfs:local functional level >= 2008, gpg keys not available planoldpythontestsuite("ad_dc_ntvfs:local", "samba.tests.password_hash_fl2008", - extra_args=['-U"$USERNAME%$PASSWORD"']) + extra_args=['-U"$USERNAME%$PASSWORD"'], py3_compatible=True) # fl2003dc:local functional level < 2008, gpg keys not available planoldpythontestsuite("fl2003dc:local", "samba.tests.password_hash_fl2003",