From: Noel Power Date: Thu, 10 May 2018 15:35:29 +0000 (+0100) Subject: s4/selftest: enable samba.tests.dsdb_schema_attributes for py3 X-Git-Tag: tdb-1.3.17~1724 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b4db7464222378642dd61a66e80d5f168119ee3;p=thirdparty%2Fsamba.git s4/selftest: enable samba.tests.dsdb_schema_attributes for py3 Signed-off-by: Noel Power Reviewed-by: Andrew Bartlett abartlet@samba.org --- diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index df9b7faf086..ea8b2e2f728 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -827,7 +827,7 @@ planoldpythontestsuite("ad_dc_ntvfs", "dsdb_schema_info", name="samba4.schemaInfo.python(ad_dc_ntvfs)", extra_args=['-U"$DOMAIN/$DC_USERNAME%$DC_PASSWORD"'], py3_compatible=True) -planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.dsdb_schema_attributes") +planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.dsdb_schema_attributes", py3_compatible=True) plantestsuite_loadlist("samba4.urgent_replication.python(ad_dc_ntvfs)", "ad_dc_ntvfs:local", [python, os.path.join(samba4srcdir, "dsdb/tests/python/urgent_replication.py"), '$PREFIX_ABS/ad_dc_ntvfs/private/sam.ldb', '$LOADLIST', '$LISTOPT']) plantestsuite_loadlist("samba4.ldap.dirsync.python(ad_dc_ntvfs)", "ad_dc_ntvfs", [python, os.path.join(samba4srcdir, "dsdb/tests/python/dirsync.py"), '$SERVER', '-U"$USERNAME%$PASSWORD"', '--workgroup=$DOMAIN', '$LOADLIST', '$LISTOPT'])