summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2018-05-09 12:11:48 +0100
committerAndrew Bartlett <abartlet@samba.org>2018-09-05 23:27:12 +0200
commit5ffcc323b1d1e48d21dbe575e3ffeb828584ced8 (patch)
tree676f97cbaee739288a087b2420695aa2c8335175 /source4
parente96fcb88c23b470c5d26cf18b4da1ef2a38c0def (diff)
downloadsamba-5ffcc323b1d1e48d21dbe575e3ffeb828584ced8.tar.gz
s4/selftest: enable samba.tests.encrypted_secrets for python3
Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4')
-rwxr-xr-xsource4/selftest/tests.py6
1 files changed, 3 insertions, 3 deletions
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",