Skip test regarding vips

due to changes functions get_assigned_vips and
assign_given_vips_for_net_groups in nailgun.network.manager
in the next commit (I2638279371e91f15090c782fc5fdbb434a2e85f8)

Change-Id: I93e43be60dacc9ba5546cb50ba04a98bd35d276c
(cherry picked from commit 2d12209aaa)
This commit is contained in:
Anastasiya 2016-08-29 14:08:34 +03:00 committed by Anastasia Balobashina
parent e38d48cbc5
commit 6e7303d276
3 changed files with 7 additions and 1 deletions

View File

@ -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"])

View File

@ -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'

View File

@ -15,6 +15,8 @@
# under the License.
import copy
import unittest
import six
from nailgun import consts
@ -144,6 +146,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