From: Noel Power Date: Thu, 14 Jun 2018 16:12:54 +0000 (+0100) Subject: s4/selftest: enable test samba4.drs.delete_object for py2/py3 X-Git-Tag: tdb-1.3.17~1585 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6db0d67f2b948b865e37868c3c5bdb78035812e3;p=thirdparty%2Fsamba.git s4/selftest: enable test samba4.drs.delete_object for py2/py3 Signed-off-by: Noel Power Reviewed-by: Andrew Bartlett --- diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index b361a864f50..915a32f23b9 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -999,7 +999,8 @@ for env in ['vampire_dc', 'promoted_dc']: extra_path=[os.path.join(samba4srcdir, 'torture/drs/python')], name="samba4.drs.delete_object.python(%s)" % env, environ={'DC1': '$DC_SERVER', 'DC2': '$%s_SERVER' % env.upper()}, - extra_args=['-U$DOMAIN/$DC_USERNAME%$DC_PASSWORD']) + extra_args=['-U$DOMAIN/$DC_USERNAME%$DC_PASSWORD'], + py3_compatible=True) planoldpythontestsuite(env, "fsmo", name="samba4.drs.fsmo.python(%s)" % env, extra_path=[os.path.join(samba4srcdir, 'torture/drs/python')],