From: Noel Power Date: Fri, 11 May 2018 15:39:06 +0000 (+0100) Subject: s4/selftest: enable samba.tests.upgradeprovisionneeddc for py3 X-Git-Tag: tdb-1.3.17~1612 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5517d5262001899aa8e5edf09123475ad519e05b;p=thirdparty%2Fsamba.git s4/selftest: enable samba.tests.upgradeprovisionneeddc for py3 Signed-off-by: Noel Power Reviewed-by: Andrew Bartlett --- diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 83efeab0c28..f07c8fc9c24 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -907,7 +907,7 @@ for env in ["offlinebackupdc", "restoredc", "renamedc", "labdc"]: "$SERVER", '-U"$USERNAME%$PASSWORD"', "-W$DOMAIN", "--realm=$REALM", '$LOADLIST', '$LISTOPT']) -planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.upgradeprovisionneeddc") +planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.upgradeprovisionneeddc", py3_compatible=True) planpythontestsuite("ad_dc:local", "samba.tests.posixacl", py3_compatible=True) planpythontestsuite("ad_dc_no_nss:local", "samba.tests.posixacl", py3_compatible=True) plantestsuite_loadlist("samba4.deletetest.python(ad_dc_ntvfs)", "ad_dc_ntvfs", [python, os.path.join(samba4srcdir, "dsdb/tests/python/deletetest.py"),