Unskip test that relied on Neutron bug being fixed

'test_delete_flavor_service_profile' no longer has to be skipped as
Launchpad bug 1843290 is now fixed.

Change-Id: Ibe3ddbb18c289662940f442d6d75236f04a6b2cb
This commit is contained in:
Rick Bartra 2019-10-16 17:46:49 -04:00 committed by Felipe Monteiro
parent f75396ceac
commit 595e61d17c
1 changed files with 0 additions and 1 deletions

View File

@ -61,7 +61,6 @@ class FlavorsServiceProfileExtRbacTest(base.BaseNetworkExtRbacTest):
self.create_flavor_service_profile(self.flavor_id,
self.service_profile_id)
@decorators.skip_because(bug='1843290', bug_type='launchpad')
@decorators.idempotent_id('3b680d9e-946a-4670-ab7f-0e4576675833')
@rbac_rule_validation.action(service="neutron",
rules=["delete_flavor_service_profile"])