Merge "Removing "skip" decorators for some OpenStack actions tests"
This commit is contained in:
commit
71bd2d8cdd
@ -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…
x
Reference in New Issue
Block a user