From: Noel Power Date: Mon, 18 Jun 2018 18:04:34 +0000 (+0100) Subject: s4/selftetst: enable samba4.drs.cracknames for py3 X-Git-Tag: tdb-1.3.17~1567 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f18674db3c60a08f99200f5e119e4bdd903628fb;p=thirdparty%2Fsamba.git s4/selftetst: enable samba4.drs.cracknames for py3 Signed-off-by: Noel Power Reviewed-by: Andrew Bartlett --- diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index e21d0bf6ed1..3e9403f6e88 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -1071,7 +1071,8 @@ for env in ['ad_dc_ntvfs']: extra_path=[os.path.join(samba4srcdir, 'torture/drs/python')], name="samba4.drs.cracknames.python(%s)" % env, environ={'DC1': "$DC_SERVER", 'DC2': '$DC_SERVER'}, - extra_args=['-U$DOMAIN/$DC_USERNAME%$DC_PASSWORD']) + extra_args=['-U$DOMAIN/$DC_USERNAME%$DC_PASSWORD'], + py3_compatible=True) planoldpythontestsuite("chgdcpass:local", "samba.tests.blackbox.samba_dnsupdate", environ={'DNS_SERVER_IP': '$SERVER_IP'})