summaryrefslogtreecommitdiff
path: root/selftest/tests.py
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2016-08-31 11:39:24 +1200
committerGarming Sam <garming@samba.org>2016-09-01 05:49:14 +0200
commit599d3f7f8358f6107e1d13ab0a92c3143f32435e (patch)
treea7e0862660f7095bd7df22371ec0e765a4ad7f50 /selftest/tests.py
parent7d33761f42ce07281cd40578c09b529af60c20ae (diff)
downloadsamba-599d3f7f8358f6107e1d13ab0a92c3143f32435e.tar.gz
selftest: Correct name of samba4.blackbox.dbcheck.release-4-5-0-pre1
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.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/selftest/tests.py b/selftest/tests.py
index 62dadab4974..5a3d72209a1 100644
--- a/selftest/tests.py
+++ b/selftest/tests.py
@@ -91,6 +91,11 @@ plantestsuite(
["PYTHON=%s" % python, os.path.join(bbdir, "dbcheck-oldrelease.sh"),
'$PREFIX_ABS/provision', 'release-4-1-6-partial-object', configuration])
plantestsuite(
+ "samba4.blackbox.dbcheck.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])
+plantestsuite(
"samba4.blackbox.upgradeprovision.alpha13", "none",
["PYTHON=%s" % python,
os.path.join(bbdir, "upgradeprovision-oldrelease.sh"),
@@ -100,11 +105,6 @@ 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")