planpythontestsuite("none", "samba.tests.blackbox.check_output")
# LDB tests for standalone operation
-planpythontestsuite("none", "api",
- name="ldb.python.api",
+planpythontestsuite("none", "api_misc",
+ name="ldb.python.api_misc",
extra_path=['lib/ldb/tests/python'],
environ={'HAVE_LMDB': str(int(have_lmdb))})
planpythontestsuite("none", "api_search",
# LDB tests for standalone operation, in the tr_TR.UTF-8 to cover
# dotless i locales, see
# https://bugzilla.samba.org/show_bug.cgi?id=15248
-planpythontestsuite("none", "api",
- name="ldb.python.api.tr",
+planpythontestsuite("none", "api_misc",
+ name="ldb.python.api_misc.tr",
extra_path=['lib/ldb/tests/python'],
environ={'LC_ALL': 'tr_TR.UTF-8',
'HAVE_LMDB': str(int(have_lmdb))})