From: Noel Power Date: Thu, 10 May 2018 17:17:29 +0000 (+0100) Subject: s3/selftst: enable samba4.tombstone_reanimation for py3 X-Git-Tag: tdb-1.3.17~1721 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59ff17cc75b675d22b2e46e25da125b83f274c26;p=thirdparty%2Fsamba.git s3/selftst: enable samba4.tombstone_reanimation for py3 Signed-off-by: Noel Power Reviewed-by: Andrew Bartlett abartlet@samba.org --- diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index ded200cf0d3..0f32ed49448 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -897,7 +897,7 @@ for env in ["ad_dc_ntvfs"]: planoldpythontestsuite(env, "tombstone_reanimation", name="samba4.tombstone_reanimation.python", environ={'TEST_SERVER': '$SERVER', 'TEST_USERNAME': '$USERNAME', 'TEST_PASSWORD': '$PASSWORD'}, - extra_path=[os.path.join(samba4srcdir, 'dsdb/tests/python')] + extra_path=[os.path.join(samba4srcdir, 'dsdb/tests/python')], py3_compatible=True ) # this is a basic sanity-check of Kerberos/NTLM user login