samba test python: enable samba.tests.policy for py3
authorNoel Power <noel.power@suse.com>
Thu, 8 Mar 2018 11:28:16 +0000 (11:28 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 5 Apr 2018 06:59:08 +0000 (08:59 +0200)
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>
selftest/tests.py

index ccd184f60e16f8d0512e6f04822bc03de4a37b67..c18cfbc9f79cb30a49540eb7f0972d93af35d925 100644 (file)
@@ -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")