From: Noel Power Date: Mon, 18 Jun 2018 17:45:15 +0000 (+0100) Subject: s4/selftest: enable samba.tests.join for py3 X-Git-Tag: tdb-1.3.17~1568 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2eac2f13bc9e2d515b98e2380bece6dd78da7749;p=thirdparty%2Fsamba.git s4/selftest: enable samba.tests.join for py3 Signed-off-by: Noel Power Reviewed-by: Andrew Bartlett --- 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,