summaryrefslogtreecommitdiff
path: root/selftest/tests.py
diff options
context:
space:
mode:
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>2016-07-01 11:19:54 +1200
committerGarming Sam <garming@samba.org>2016-07-15 10:01:30 +0200
commit58acf513f93479d4b4c89e05a699e0bbd5320268 (patch)
tree95884bdcbc329f55c62427e05e5ec772078650d7 /selftest/tests.py
parentf2b2eff6813fcc89195bc0bc5c09917cc5ff7396 (diff)
downloadsamba-58acf513f93479d4b4c89e05a699e0bbd5320268.tar.gz
dbcheck linked attribute tests: save environment with bad links
We save a database snapshot that contains linked attributes that should have been deleted, and make sure dbcheck fixes those links without ruining anything else. Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@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 ccedb4083cb..e02f049fb97 100644
--- a/selftest/tests.py
+++ b/selftest/tests.py
@@ -99,6 +99,11 @@ plantestsuite(
["PYTHON=%s" % python,
os.path.join(bbdir, "upgradeprovision-oldrelease.sh"),
'$PREFIX_ABS/provision', 'release-4-0-0', configuration])
+plantestsuite(
+ "samba4.blackbox.upgradeprovision.release-4-5-0-pre1", "none",
+ ["PYTHON=%s" % python,
+ os.path.join(bbdir, "dbcheck-oldrelease.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")