Removing "skip" decorators for some OpenStack actions tests
Bug #1422725 has been fixed and now there is no need to skip test_heat_actions and test_neutron_actions tests. This patch removes "skip" decorators for these tests. Depends-on: I745b9fd7fa2a36bbe97e17e3441f9cda4b8ea33f Change-Id: Ib53054a68cec6b2412c088f9b149e173755a19b2
This commit is contained in:
parent
ba5b18c5f5
commit
51f7561f73
@ -13,7 +13,6 @@
|
||||
# limitations under the License.
|
||||
|
||||
from tempest import test
|
||||
from tempest_lib import decorators
|
||||
|
||||
from mistral.tests.functional import base
|
||||
|
||||
@ -50,7 +49,6 @@ class OpenStackActionsTestsV2(base.TestCase):
|
||||
|
||||
self.assertEqual(executed_task['state'], 'SUCCESS')
|
||||
|
||||
@decorators.skip_because(bug='1422725')
|
||||
@test.attr(type='openstack')
|
||||
def test_heat_actions(self):
|
||||
wf_name = self.wb['name'] + '.heat'
|
||||
@ -78,7 +76,6 @@ class OpenStackActionsTestsV2(base.TestCase):
|
||||
|
||||
self.assertEqual(executed_task['state'], 'SUCCESS')
|
||||
|
||||
@decorators.skip_because(bug='1422725')
|
||||
@test.attr(type='openstack')
|
||||
def test_neutron_actions(self):
|
||||
wf_name = self.wb['name'] + '.neutron'
|
||||
|
Loading…
Reference in New Issue
Block a user