summaryrefslogtreecommitdiff
path: root/selftest/tests.py
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2017-11-01 09:02:01 +1300
committerKarolin Seeger <kseeger@samba.org>2017-11-29 09:24:26 +0100
commitfe3ae81cd9a5cf263da9cb373d07ebad4541727b (patch)
treed8502c0f166473500ba01d62402181fcbb4baa32 /selftest/tests.py
parent09a311caa602265b18067d8cd155e91f33918b1a (diff)
downloadsamba-fe3ae81cd9a5cf263da9cb373d07ebad4541727b.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> (cherry picked from commit 4815efc0e3f89079e7c9b868b7514ea7c49a807c)
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 175b56cd1d8..a94fc8c0ad2 100644
--- a/selftest/tests.py
+++ b/selftest/tests.py
@@ -123,6 +123,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")
planpythontestsuite("none", "samba.tests.ntacls")