mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
CLOUDSTACK-9106 - Enables private gateway tests on Redundant VPCs
This commit is contained in:
parent
24dafc2cc2
commit
1738ce1740
@ -242,7 +242,6 @@ class TestPrivateGwACL(cloudstackTestCase):
|
|||||||
|
|
||||||
@attr(tags=["advanced"], required_hardware="true")
|
@attr(tags=["advanced"], required_hardware="true")
|
||||||
def test_02_vpc_privategw_static_routes(self):
|
def test_02_vpc_privategw_static_routes(self):
|
||||||
|
|
||||||
self.logger.debug("Creating a VPC offering..")
|
self.logger.debug("Creating a VPC offering..")
|
||||||
vpc_off = VpcOffering.create(
|
vpc_off = VpcOffering.create(
|
||||||
self.apiclient,
|
self.apiclient,
|
||||||
@ -255,8 +254,6 @@ class TestPrivateGwACL(cloudstackTestCase):
|
|||||||
|
|
||||||
@attr(tags=["advanced"], required_hardware="true")
|
@attr(tags=["advanced"], required_hardware="true")
|
||||||
def test_03_rvpc_privategw_static_routes(self):
|
def test_03_rvpc_privategw_static_routes(self):
|
||||||
self.skipTest("Redundant VPC Routers have to be fixed. Private Gateway not working yet.")
|
|
||||||
|
|
||||||
self.logger.debug("Creating a Redundant VPC offering..")
|
self.logger.debug("Creating a Redundant VPC offering..")
|
||||||
vpc_off = VpcOffering.create(
|
vpc_off = VpcOffering.create(
|
||||||
self.apiclient,
|
self.apiclient,
|
||||||
@ -268,7 +265,6 @@ class TestPrivateGwACL(cloudstackTestCase):
|
|||||||
self.performVPCTests(vpc_off)
|
self.performVPCTests(vpc_off)
|
||||||
|
|
||||||
def performVPCTests(self, vpc_off):
|
def performVPCTests(self, vpc_off):
|
||||||
|
|
||||||
self.logger.debug("Creating VPCs with offering ID %s" % vpc_off.id)
|
self.logger.debug("Creating VPCs with offering ID %s" % vpc_off.id)
|
||||||
vpc_1 = self.createVPC(vpc_off, cidr = '10.0.1.0/24')
|
vpc_1 = self.createVPC(vpc_off, cidr = '10.0.1.0/24')
|
||||||
vpc_2 = self.createVPC(vpc_off, cidr = '10.0.2.0/24')
|
vpc_2 = self.createVPC(vpc_off, cidr = '10.0.2.0/24')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user