From: Noel Power Date: Thu, 8 Mar 2018 11:28:16 +0000 (+0000) Subject: samba test python: enable samba.tests.policy for py3 X-Git-Tag: talloc-2.1.13~35 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ccc0e06caa0d4657f70c2461a63efaa7bd1f6d40;p=thirdparty%2Fsamba.git samba test python: enable samba.tests.policy for py3 Signed-off-by: Noel Power Reviewed-by: Andrew Bartlett Reviewed-by: Douglas Bagnall --- diff --git a/selftest/tests.py b/selftest/tests.py index ccd184f60e1..c18cfbc9f79 100644 --- a/selftest/tests.py +++ b/selftest/tests.py @@ -144,7 +144,7 @@ plantestsuite( planpythontestsuite("none", "samba.tests.upgradeprovision") planpythontestsuite("none", "samba.tests.xattr", py3_compatible=True) planpythontestsuite("none", "samba.tests.ntacls") -planpythontestsuite("none", "samba.tests.policy") +planpythontestsuite("none", "samba.tests.policy", py3_compatible=True) planpythontestsuite("none", "samba.tests.kcc.graph") planpythontestsuite("none", "samba.tests.kcc.graph_utils") planpythontestsuite("none", "samba.tests.kcc.ldif_import_export")