summaryrefslogtreecommitdiff
path: root/source4/selftest
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2018-09-04 20:33:35 +0100
committerNoel Power <npower@samba.org>2018-11-05 23:04:48 +0100
commite355a6bc59624f9328a6dbf33b335c57e9c8e10f (patch)
tree543c22fab2b16c916c2bff144d85c40b4a353a45 /source4/selftest
parentfc047c2cf458e08e2689ff27677d8622f4507c82 (diff)
downloadsamba-e355a6bc59624f9328a6dbf33b335c57e9c8e10f.tar.gz
s4/selftest: enable samba.tests.samba_tool.gpo for PY3
Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Autobuild-User(master): Noel Power <npower@samba.org> Autobuild-Date(master): Mon Nov 5 23:04:48 CET 2018 on sn-devel-144
Diffstat (limited to 'source4/selftest')
-rwxr-xr-xsource4/selftest/tests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index 3737efbd6c4..c4b7d18444c 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -650,8 +650,8 @@ for env in ["ad_dc:local", "ad_dc_ntvfs:local", "fl2000dc:local", "fl2003dc:loca
# We run this test against both AD DC implemetnations because it is
# the only test we have of GPO get/set behaviour, and this involves
# the file server as well as the LDAP server.
-planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.samba_tool.gpo")
-planpythontestsuite("ad_dc:local", "samba.tests.samba_tool.gpo")
+planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.samba_tool.gpo", py3_compatible=True)
+planpythontestsuite("ad_dc:local", "samba.tests.samba_tool.gpo", py3_compatible=True)
planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.samba_tool.processes", py3_compatible=True)
planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.samba_tool.user", py3_compatible=True)