From: Noel Power Date: Tue, 4 Sep 2018 19:33:35 +0000 (+0100) Subject: s4/selftest: enable samba.tests.samba_tool.gpo for PY3 X-Git-Tag: tdb-1.3.17~920 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e355a6bc59624f9328a6dbf33b335c57e9c8e10f;p=thirdparty%2Fsamba.git s4/selftest: enable samba.tests.samba_tool.gpo for PY3 Signed-off-by: Noel Power Reviewed-by: Douglas Bagnall Autobuild-User(master): Noel Power Autobuild-Date(master): Mon Nov 5 23:04:48 CET 2018 on sn-devel-144 --- 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)