From: Noel Power Date: Thu, 17 May 2018 14:57:38 +0000 (+0100) Subject: s4/selftest/tests.py enable samba.tests.getdcname for py3 X-Git-Tag: tdb-1.3.17~1601 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6941544a1c5ac0e8311ca9c655a445bbcf8abebe;p=thirdparty%2Fsamba.git s4/selftest/tests.py enable samba.tests.getdcname for py3 --- diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 448447c04ed..12c42e9f710 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -730,7 +730,8 @@ if have_heimdal_support: planoldpythontestsuite("fl2008r2dc:local", "samba.tests.getdcname", - extra_args=['-U"$USERNAME%$PASSWORD"']) + extra_args=['-U"$USERNAME%$PASSWORD"'], + py3_compatible=True) planoldpythontestsuite("ad_dc", "samba.tests.net_join_no_spnego",