Merge "Temporarily disable test_manage_invalid"

This commit is contained in:
Zuul 2019-03-05 19:42:58 +00:00 committed by Gerrit Code Review
commit b4e00216fb
1 changed files with 4 additions and 0 deletions

View File

@ -186,6 +186,10 @@ class ManageNFSShareTest(base.BaseSharesAdminTest):
def test_manage(self):
self._test_manage(check_manage=True)
@testtools.skipUnless(
CONF.share.multitenancy_enabled,
"Will be re-enabled along with the updated tests of Manage-Unmanage "
"with Share Server patch")
@tc.attr(base.TAG_NEGATIVE, base.TAG_API_WITH_BACKEND)
def test_manage_invalid(self):
# Try to manage share with invalid parameters, it should not succeed