]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
ldb:tests: move api.py to api_misc
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Sat, 17 Aug 2024 02:48:57 +0000 (14:48 +1200)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 24 Sep 2024 09:14:38 +0000 (09:14 +0000)
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andreas Schneider <asn@samba.org>
lib/ldb/tests/python/api_misc.py [moved from lib/ldb/tests/python/api.py with 100% similarity, mode: 0644]
selftest/tests.py

old mode 100755 (executable)
new mode 100644 (file)
similarity index 100%
rename from lib/ldb/tests/python/api.py
rename to lib/ldb/tests/python/api_misc.py
index 19842f30234140b87eca2b6ee421e07c746ddff6..e894a3594a498a0ac0ed6eca2305dfea57e0e9bc 100644 (file)
@@ -69,8 +69,8 @@ planpythontestsuite("none", "samba.tests.blackbox.ndrdump")
 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",
@@ -101,8 +101,8 @@ planpythontestsuite("none", "repack",
 # 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))})