From: Noel Power Date: Fri, 18 May 2018 11:43:22 +0000 (+0100) Subject: s4/selftest: enable samba4.ldap.password_settings for py3 X-Git-Tag: tdb-1.3.17~1597 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4deb61d63f6311df9b68d54a5a11e0d544fc2fc3;p=thirdparty%2Fsamba.git s4/selftest: enable samba4.ldap.password_settings for py3 Signed-off-by: Noel Power Reviewed-by: Andrew Bartlett --- diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 7004ba34229..ef0fa1a1eaf 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -876,7 +876,8 @@ planoldpythontestsuite("rodc:local", "replica_sync_rodc", planoldpythontestsuite("ad_dc_ntvfs", "password_settings", extra_path=[os.path.join(samba4srcdir, 'dsdb/tests/python')], name="samba4.ldap.password_settings.python", - extra_args=['-U$DOMAIN/$DC_USERNAME%$DC_PASSWORD']) + extra_args=['-U$DOMAIN/$DC_USERNAME%$DC_PASSWORD'], + py3_compatible=True) for env in ["ad_dc_ntvfs", "fl2000dc", "fl2003dc", "fl2008r2dc"]: plantestsuite_loadlist("samba4.ldap_schema.python(%s)" % env, env, [python, os.path.join(samba4srcdir, "dsdb/tests/python/ldap_schema.py"), '$SERVER', '-U"$USERNAME%$PASSWORD"', '--workgroup=$DOMAIN', '$LOADLIST', '$LISTOPT'])