From 599d3f7f8358f6107e1d13ab0a92c3143f32435e Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 31 Aug 2016 11:39:24 +1200 Subject: selftest: Correct name of samba4.blackbox.dbcheck.release-4-5-0-pre1 Signed-off-by: Andrew Bartlett Reviewed-by: Garming Sam --- selftest/tests.py | 10 +++++----- 1 file 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 @@ -90,6 +90,11 @@ plantestsuite( "samba4.blackbox.dbcheck.release-4-1-6-partial-object", "none", ["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, @@ -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") -- cgit v1.2.1