summaryrefslogtreecommitdiff
path: root/selftest
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2018-03-08 11:28:16 +0000
committerAndrew Bartlett <abartlet@samba.org>2018-04-05 08:59:08 +0200
commitccc0e06caa0d4657f70c2461a63efaa7bd1f6d40 (patch)
tree633120a1ef06fc18457bfe1027c5187025cdcb30 /selftest
parent522243364139e88352fd6f58a0eda5a950a35c8e (diff)
downloadsamba-ccc0e06caa0d4657f70c2461a63efaa7bd1f6d40.tar.gz
samba test python: enable samba.tests.policy for py3
Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Diffstat (limited to 'selftest')
-rw-r--r--selftest/tests.py2
1 files changed, 1 insertions, 1 deletions
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")