From: Noel Power Date: Wed, 9 May 2018 11:11:48 +0000 (+0100) Subject: s4/selftest: enable samba.tests.encrypted_secrets for python3 X-Git-Tag: tdb-1.3.17~1752 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ffcc323b1d1e48d21dbe575e3ffeb828584ced8;p=thirdparty%2Fsamba.git s4/selftest: enable samba.tests.encrypted_secrets for python3 Signed-off-by: Noel Power Reviewed-by: Andrew Bartlett --- diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index c35a6e9071d..c2f672e4f87 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -767,16 +767,16 @@ planoldpythontestsuite("none", # encrypt secret values on disk. planoldpythontestsuite("ad_dc:local", "samba.tests.encrypted_secrets", - extra_args=['-U"$USERNAME%$PASSWORD"']) + extra_args=['-U"$USERNAME%$PASSWORD"'], py3_compatible=True) planoldpythontestsuite("vampire_dc:local", "samba.tests.encrypted_secrets", - extra_args=['-U"$USERNAME%$PASSWORD"']) + extra_args=['-U"$USERNAME%$PASSWORD"'], py3_compatible=True) # The fl2000dc environment is provisioned with the --plaintext_secrets option # so this test will fail, which proves the secrets are not being encrypted. # There is an entry in known_fail.d. planoldpythontestsuite("fl2000dc:local", "samba.tests.encrypted_secrets", - extra_args=['-U"$USERNAME%$PASSWORD"']) + extra_args=['-U"$USERNAME%$PASSWORD"'], py3_compatible=True) planpythontestsuite("none", "samba.tests.lsa_string",