From: Noel Power Date: Mon, 30 Apr 2018 14:47:05 +0000 (+0100) Subject: s4/selftest: Enable samba.tests.samba_tool.sites for py3 X-Git-Tag: tdb-1.3.17~1914 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffdbc4aa67ceba983f4eb45595a6d0c0eaa00e04;p=thirdparty%2Fsamba.git s4/selftest: Enable samba.tests.samba_tool.sites for py3 Signed-off-by: Noel Power Reviewed-by: Andrew Bartlett --- diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 7df3d0533ea..b0e04018a14 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -647,7 +647,7 @@ planpythontestsuite("none", "samba.tests.samba_tool.help", py3_compatible=True) planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.samba_tool.passwordsettings") # Run these against chgdcpass to share the runtime load -planpythontestsuite("chgdcpass:local", "samba.tests.samba_tool.sites") +planpythontestsuite("chgdcpass:local", "samba.tests.samba_tool.sites", py3_compatible=True) planpythontestsuite("chgdcpass:local", "samba.tests.samba_tool.dnscmd") # Run this against chgdcpass to ensure at least one python3 test