summaryrefslogtreecommitdiff
path: root/selftest/tests.py
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2016-08-31 17:07:29 +1200
committerGarming Sam <garming@samba.org>2016-09-01 05:49:15 +0200
commita999e8c0cbbfcb59caf4732c952e3e9856ea7577 (patch)
tree0b156838afe552d7871b98e98f366471391a68a1 /selftest/tests.py
parentd66deaabc6faca769e9e18098eef4729f3dad379 (diff)
downloadsamba-a999e8c0cbbfcb59caf4732c952e3e9856ea7577.tar.gz
selftest: Add test for 'samba-tool tombstones expunge'
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Diffstat (limited to 'selftest/tests.py')
-rw-r--r--selftest/tests.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/selftest/tests.py b/selftest/tests.py
index 5a3d72209a1..9f65f403405 100644
--- a/selftest/tests.py
+++ b/selftest/tests.py
@@ -105,6 +105,11 @@ plantestsuite(
["PYTHON=%s" % python,
os.path.join(bbdir, "upgradeprovision-oldrelease.sh"),
'$PREFIX_ABS/provision', 'release-4-0-0', configuration])
+plantestsuite(
+ "samba4.blackbox.tombstones-expunge.release-4-5-0-pre1", "none",
+ ["PYTHON=%s" % python,
+ os.path.join(bbdir, "tombstones-expunge.sh"),
+ '$PREFIX_ABS/provision', 'release-4-5-0-pre1', configuration])
planpythontestsuite("none", "samba.tests.upgradeprovision")
planpythontestsuite("none", "samba.tests.xattr")
planpythontestsuite("none", "samba.tests.ntacls")