selftest: Enable ldb.python for PY3
authorNoel Power <noel.power@suse.com>
Mon, 12 Nov 2018 17:56:46 +0000 (17:56 +0000)
committerDouglas Bagnall <dbagnall@samba.org>
Sat, 12 Jan 2019 23:40:26 +0000 (00:40 +0100)
Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
selftest/tests.py

index 9143a17ef33595724a368bad70a3dd9d236b9b72..89e5ff43507ed4c42732538cf8a361b0a0e9cf1b 100644 (file)
@@ -59,7 +59,7 @@ else:
     planpythontestsuite("none", "subunit.tests.test_suite")
 planpythontestsuite("none", "samba.tests.blackbox.ndrdump", py3_compatible=True)
 planpythontestsuite("none", "samba.tests.blackbox.check_output", py3_compatible=True)
-planpythontestsuite("none", "api", name="ldb.python", extra_path=['lib/ldb/tests/python'])
+planpythontestsuite("none", "api", name="ldb.python", extra_path=['lib/ldb/tests/python'], py3_compatible=True)
 planpythontestsuite("none", "samba.tests.credentials", py3_compatible=True)
 planpythontestsuite("none", "samba.tests.registry", py3_compatible=True)
 planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.auth", py3_compatible=True)