From ccc0e06caa0d4657f70c2461a63efaa7bd1f6d40 Mon Sep 17 00:00:00 2001 From: Noel Power Date: Thu, 8 Mar 2018 11:28:16 +0000 Subject: [PATCH] samba test python: enable samba.tests.policy for py3 Signed-off-by: Noel Power Reviewed-by: Andrew Bartlett Reviewed-by: Douglas Bagnall --- selftest/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selftest/tests.py b/selftest/tests.py index ccd184f60e16..c18cfbc9f79c 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") -- 2.34.1