Revert "Skip some FTs failed due to heat bug"

This reverts commit 5eced54d7f.

The heat bug has been fixed in patch [1] and merged, so remove the
added skips.
[1] https://review.opendev.org/c/openstack/heat/+/813124

Change-Id: Id05eae9e5141d8baeea3c5336062a41e9d6366f5
This commit is contained in:
ueha.ayumu 2021-10-11 06:34:26 +00:00 committed by Ayumu Ueha
parent 975cce621e
commit bb7d75daff
1 changed files with 0 additions and 7 deletions

View File

@ -11,7 +11,6 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
import unittest
import yaml
from tackerclient.common import exceptions
@ -93,8 +92,6 @@ class VnfTestCreate(base.BaseTackerTest):
distinct_comp_hosts = set(compute_hosts)
self.assertEqual(len(compute_hosts), len(distinct_comp_hosts))
@unittest.skip("Until BUG "
"https://storyboard.openstack.org/#!/story/2009164")
def test_create_delete_vnf_with_placement_policy_affinity(self):
self._test_create_delete_vnf(
vnf_name='test_vnf_with_placement_policy_affinity',
@ -102,8 +99,6 @@ class VnfTestCreate(base.BaseTackerTest):
vdu_name='affinity-vdu',
placement_policy='affinity')
@unittest.skip("Until BUG "
"https://storyboard.openstack.org/#!/story/2009164")
def test_create_delete_vnf_with_placement_policy_anti_affinity(self):
self._test_create_delete_vnf(
vnf_name='test_vnf_with_placement_policy_anti_affinity',
@ -111,8 +106,6 @@ class VnfTestCreate(base.BaseTackerTest):
vdu_name='anti-affinity-vdu-multi-comp-nodes',
placement_policy='anti-affinity')
@unittest.skip("Until BUG "
"https://storyboard.openstack.org/#!/story/2009164")
def test_vnf_with_policy_anti_affinity_insufficient_comp_nodes(self):
self._test_create_delete_vnf(
vnf_name='test_vnf_anti_affinity_insufficient_comp_nodes',