Unskip the test due to bugfix

It was impossible to delete the last component from the env via
CLI. This bug is fixed in murano and corresponding test can be
upskipped.

Change-Id: I8c4867a4a91a038633322115b151c659c32742b2
Depends-on: I462072ad7c90eec1790b74cae958809aa316c25c
Related-bug: #1511645
This commit is contained in:
Valerii Kovalchuk 2016-06-02 18:53:38 +03:00 committed by Kirill Zaitsev
parent ef7101d68f
commit df35a2e3a1
1 changed files with 5 additions and 3 deletions

View File

@ -719,9 +719,11 @@ class DeployMuranoEnvironmentTest(utils.CLIUtilsTestPackagesBase):
self.assertEqual('success', deployments[1]['State'])
self.assertEqual(2, len(deployments))
# TODO(akuznetsova): need to upskip this test when
# https://bugs.launchpad.net/python-muranoclient/+bug/1511645 is fixed
@unittest.expectedFailure
# TODO(mstolyarenko): need to unskip this test when
# https://bugs.launchpad.net/python-muranoclient/+bug/1625039 is fixed
@unittest.skipIf(backend_name == 'glare',
"This test fails when GLARE is used as packages "
"service. To be fixed as part of #1625039")
def test_delete_component_from_deployed_env(self):
"""Test scenario: