]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
selftest: Run local-dbwrap-ctdb1 test
authorVolker Lendecke <vl@samba.org>
Mon, 23 Mar 2020 12:03:35 +0000 (13:03 +0100)
committerRalph Boehme <slow@samba.org>
Tue, 28 Apr 2020 09:08:39 +0000 (09:08 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/selftest/tests.py

index 4aef4cc6a472d02ae02c3ed11ebecf1646b47908..6bc45daee6a0c30ce5134624bf23183d91926c03 100755 (executable)
@@ -1065,3 +1065,19 @@ CLUSTERED_TESTS = [ 'base.ntdeny2' ]
 
 for test in CLUSTERED_TESTS:
     planclusteredmembertestsuite(test, "$PREFIX")
+
+CLUSTERED_LOCAL_TESTS = [
+    "local-dbwrap-ctdb1"
+]
+
+for t in CLUSTERED_LOCAL_TESTS:
+    plantestsuite(
+        "samba3.%s" % t,
+        "clusteredmember_smb1:local",
+        [os.path.join(samba3srcdir, "script/tests/test_smbtorture_s3.sh"),
+         t,
+         '//foo/bar',
+         '""',
+         '""',
+         smbtorture3,
+         ""])