From: Noel Power Date: Mon, 23 Apr 2018 11:21:53 +0000 (+0100) Subject: s3/selftest: Enable samba.tests.samba_tool.fsmo for python3 X-Git-Tag: tdb-1.3.17~1930 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0f1872ee129a484641ceff95c253ad90d5e0f92;p=thirdparty%2Fsamba.git s3/selftest: Enable samba.tests.samba_tool.fsmo for python3 Signed-off-by: Noel Power Reviewed-by: Andrew Bartlett --- diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 4e5918419ff..3468aa80bd7 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -618,7 +618,7 @@ planpythontestsuite("none", "samba.tests.samba_tool.visualize", py3_compatible=T # test fsmo show for env in ["ad_dc_ntvfs", "fl2000dc", "fl2003dc", "fl2008r2dc"]: - planpythontestsuite(env + ":local", "samba.tests.samba_tool.fsmo") + planpythontestsuite(env + ":local", "samba.tests.samba_tool.fsmo", py3_compatible=True) # test user.edit for env in ["ad_dc:local", "ad_dc_ntvfs:local", "fl2000dc:local", "fl2003dc:local", "fl2008r2dc:local"]: