From: Noel Power Date: Tue, 15 May 2018 14:33:22 +0000 (+0100) Subject: s4/selftest: enable samba4.drs.ridalloc_exop for python3 X-Git-Tag: tdb-1.3.17~1605 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf2c60294baf23ca8061196f8ef02e253e7a6858;p=thirdparty%2Fsamba.git s4/selftest: enable samba4.drs.ridalloc_exop for python3 Signed-off-by: Noel Power Reviewed-by: Andrew Bartlett --- diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 7a8f4460ec8..d84c7b2bbb2 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -969,7 +969,8 @@ planoldpythontestsuite(env, "ridalloc_exop", extra_path=[os.path.join(samba4srcdir, 'torture/drs/python')], name="samba4.drs.ridalloc_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) for env in ['vampire_dc', 'promoted_dc']: planoldpythontestsuite("%s:local" % env, "samba_tool_drs",