From: Noel Power Date: Tue, 6 Mar 2018 15:03:57 +0000 (+0000) Subject: samba python tests: enable samba.tests.posixacl for python3 X-Git-Url: http://git.samba.org/?p=metze%2Fsamba%2Fwip.git;a=commitdiff_plain;h=ed0844fbb9b7d0f3fe0358cde16b31e453b7306d samba python tests: enable samba.tests.posixacl for python3 Signed-off-by: Noel Power Reviewed-by: Andrew Bartlett Reviewed-by: Douglas Bagnall --- diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index b882502be75e..cb5bbff7c074 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -806,8 +806,8 @@ for env in ["ad_dc_ntvfs"]: ) planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.upgradeprovisionneeddc") -planpythontestsuite("ad_dc:local", "samba.tests.posixacl") -planpythontestsuite("ad_dc_no_nss:local", "samba.tests.posixacl") +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"), '$SERVER', '-U"$USERNAME%$PASSWORD"', '--workgroup=$DOMAIN', '$LOADLIST', '$LISTOPT']) plantestsuite("samba4.blackbox.samba3dump", "none", [os.path.join(samba4srcdir, "selftest/test_samba3dump.sh")])