From: Noel Power Date: Fri, 15 Jun 2018 14:14:58 +0000 (+0100) Subject: s4/selftest: enable samba4.drs.getnc_exop for py3 X-Git-Tag: tdb-1.3.17~1579 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30be125b8e6096dbb62857fc6f81857308952ae9;p=thirdparty%2Fsamba.git s4/selftest: enable samba4.drs.getnc_exop for py3 Signed-off-by: Noel Power Reviewed-by: Andrew Bartlett --- diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index fd03eb9473a..f849a302df1 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -1017,7 +1017,8 @@ for env in ['vampire_dc', 'promoted_dc']: extra_path=[os.path.join(samba4srcdir, 'torture/drs/python')], name="samba4.drs.getnc_exop.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, "getnc_unpriv", extra_path=[os.path.join(samba4srcdir, 'torture/drs/python')], name="samba4.drs.getnc_unpriv.python(%s)" % env,