summaryrefslogtreecommitdiff
path: root/selftest/tests.py
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2017-11-01 09:02:01 +1300
committerStefan Metzmacher <metze@samba.org>2017-11-24 15:50:16 +0100
commit4815efc0e3f89079e7c9b868b7514ea7c49a807c (patch)
treec66880218615fb3f6184b39bd6842c033ad0893c /selftest/tests.py
parent70bf809e0cdf84029022ca95fb83d17a0d6e36c0 (diff)
downloadsamba-4815efc0e3f89079e7c9b868b7514ea7c49a807c.tar.gz
selftest: Add more corruption cases for runtime and dbcheck
These tests now confirm we can handle these issues at runtime as well as at dbcheck Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
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 181313ebc95..209800c8ba4 100644
--- a/selftest/tests.py
+++ b/selftest/tests.py
@@ -125,6 +125,11 @@ plantestsuite(
["PYTHON=%s" % python,
os.path.join(bbdir, "dbcheck-links.sh"),
'$PREFIX_ABS/provision', 'release-4-5-0-pre1', configuration])
+plantestsuite(
+ "samba4.blackbox.runtime-links.release-4-5-0-pre1", "none",
+ ["PYTHON=%s" % python,
+ os.path.join(bbdir, "runtime-links.sh"),
+ '$PREFIX_ABS/provision', 'release-4-5-0-pre1', configuration])
planpythontestsuite("none", "samba.tests.upgradeprovision")
planpythontestsuite("none", "samba.tests.xattr", py3_compatible=True)
planpythontestsuite("none", "samba.tests.ntacls")