From: Noel Power Date: Thu, 10 May 2018 11:51:19 +0000 (+0100) Subject: s4/selftest: Enable samba.tests.blackbox.smbcontrol for py3 X-Git-Tag: tdb-1.3.17~1739 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42dfc985424358061542cdccfadb88f8abc223e9;p=thirdparty%2Fsamba.git s4/selftest: Enable samba.tests.blackbox.smbcontrol for py3 Signed-off-by: Noel Power Reviewed-by: Andrew Bartlett --- diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index c57cdb5b202..c736dd46e26 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -814,7 +814,7 @@ planoldpythontestsuite("none", "samba.tests.loadparm") for env in ["ad_dc_ntvfs:local", "ad_dc:local", "fl2003dc:local", "fl2008r2dc:local", "promoted_dc:local"]: - planoldpythontestsuite(env, "samba.tests.blackbox.smbcontrol") + planoldpythontestsuite(env, "samba.tests.blackbox.smbcontrol", py3_compatible=True) plantestsuite_loadlist("samba4.ldap.python(ad_dc_ntvfs)", "ad_dc_ntvfs", [python, os.path.join(samba4srcdir, "dsdb/tests/python/ldap.py"), '$SERVER', '-U"$USERNAME%$PASSWORD"', '--workgroup=$DOMAIN', '$LOADLIST', '$LISTOPT']) plantestsuite_loadlist("samba4.tokengroups.krb5.python(ad_dc_ntvfs)", "ad_dc_ntvfs:local", [python, os.path.join(samba4srcdir, "dsdb/tests/python/token_group.py"), '$SERVER', '-U"$USERNAME%$PASSWORD"', '--workgroup=$DOMAIN', '-k', 'yes', '$LOADLIST', '$LISTOPT'])