Merge "Revert "Skip some FTs failed due to heat bug""

This commit is contained in:
Zuul
2021-11-29 15:18:08 +00:00
committed by Gerrit Code Review

View File

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