summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2018-06-18 18:45:15 +0100
committerAndrew Bartlett <abartlet@samba.org>2018-09-15 15:18:31 +0200
commit2eac2f13bc9e2d515b98e2380bece6dd78da7749 (patch)
tree4a841c31dcc3d1a3208ca2485081d3cad55100a1 /source4
parent0fd8c69ec1ca470d273064f432c573d20a0dd6ba (diff)
downloadsamba-2eac2f13bc9e2d515b98e2380bece6dd78da7749.tar.gz
s4/selftest: enable samba.tests.join for py3
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.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index 12e7dd04313..e21d0bf6ed1 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -1065,7 +1065,8 @@ for env in ['ad_dc_ntvfs']:
py3_compatible=True)
planoldpythontestsuite(env, "samba.tests.join",
name="samba.tests.join.python(%s)" % env,
- extra_args=['-U$DOMAIN/$DC_USERNAME%$DC_PASSWORD'])
+ extra_args=['-U$DOMAIN/$DC_USERNAME%$DC_PASSWORD'],
+ py3_compatible=True)
planoldpythontestsuite(env, "cracknames",
extra_path=[os.path.join(samba4srcdir, 'torture/drs/python')],
name="samba4.drs.cracknames.python(%s)" % env,