s4/selftest: enable samba.tests.dsdb_schema_attributes for py3
authorNoel Power <noel.power@suse.com>
Thu, 10 May 2018 15:35:29 +0000 (16:35 +0100)
committerNoel Power <npower@samba.org>
Thu, 6 Sep 2018 13:51:35 +0000 (15:51 +0200)
Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Andrew Bartlett abartlet@samba.org
source4/selftest/tests.py

index df9b7faf0860c4aae80cb1cb53b9c5b04a3e9e04..ea8b2e2f72834455f14da5f79c62ef8a7264b8d3 100755 (executable)
@@ -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'])