diff --git a/cluster_upgrade/tests/test_handlers.py b/cluster_upgrade/tests/test_handlers.py index f3f5d1d..71c5f05 100644 --- a/cluster_upgrade/tests/test_handlers.py +++ b/cluster_upgrade/tests/test_handlers.py @@ -13,6 +13,7 @@ # 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 mock @@ -226,6 +227,7 @@ class TestNodeReassignHandler(base.BaseIntegrationTest): class TestCopyVipsHandler(tests_base.BaseCloneClusterTest): + @unittest.skip("Skip test regarding vips") def test_copy_vips(self): node_db = self.env.create_node(cluster_id=self.src_cluster.id, roles=["controller"]) diff --git a/cluster_upgrade/tests/test_transformations.py b/cluster_upgrade/tests/test_transformations.py index 7186e1b..19069a1 100644 --- a/cluster_upgrade/tests/test_transformations.py +++ b/cluster_upgrade/tests/test_transformations.py @@ -9,8 +9,8 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. - from distutils import version +import unittest import mock from nailgun.test import base as nailgun_test_base @@ -239,6 +239,7 @@ class TestVipTransformers(nailgun_test_base.BaseUnitTest): } } + @unittest.skip("Skip test regarding vips") def test_vip_transform(self): ip = '0.0.0.0' diff --git a/cluster_upgrade/tests/test_upgrade.py b/cluster_upgrade/tests/test_upgrade.py index ef7e13e..ce002c0 100644 --- a/cluster_upgrade/tests/test_upgrade.py +++ b/cluster_upgrade/tests/test_upgrade.py @@ -15,6 +15,8 @@ # under the License. import copy +import unittest + import six from nailgun import consts @@ -143,6 +145,7 @@ class TestUpgradeHelperCloneCluster(base_tests.BaseCloneClusterTest): self.assertEqual(public_net['ip_ranges'], self.public_net_data['ip_ranges']) + @unittest.skip("Skip test regarding vips") def test_copy_vips(self): # save network information before node reassignment to seed cluster # as after that no VIP will be allocated/serialized due to