summaryrefslogtreecommitdiff
path: root/selftest
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2016-08-31 17:07:29 +1200
committerKarolin Seeger <kseeger@samba.org>2016-10-20 10:45:27 +0200
commit71218553d6f8ef0e32bbacc8e6cd314adc527d9d (patch)
treeb324d95205eb9403c1389090f4eea2930417f00d /selftest
parent4b4d71fdaf7a91be2f825a6d3f6583362b05cc5c (diff)
downloadsamba-71218553d6f8ef0e32bbacc8e6cd314adc527d9d.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> BUG: https://bugzilla.samba.org/show_bug.cgi?id=12382 (cherry picked from commit a999e8c0cbbfcb59caf4732c952e3e9856ea7577)
Diffstat (limited to 'selftest')
-rw-r--r--selftest/tests.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/selftest/tests.py b/selftest/tests.py
index 21f2096305a..019784cec00 100644
--- a/selftest/tests.py
+++ b/selftest/tests.py
@@ -104,6 +104,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")