You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by re...@apache.org on 2015/12/07 21:18:57 UTC

[2/7] git commit: updated refs/heads/4.6 to 6d3fffa

CLOUDSTACK-9106 - Enables private gateway tests on Redundant VPCs


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/1738ce17
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/1738ce17
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/1738ce17

Branch: refs/heads/4.6
Commit: 1738ce174005096f4106673bb5b35cd1351a5f56
Parents: 24dafc2
Author: Wilder Rodrigues <wr...@schubergphilis.com>
Authored: Sat Dec 5 17:33:55 2015 +0100
Committer: Wilder Rodrigues <wr...@schubergphilis.com>
Committed: Mon Dec 7 10:30:18 2015 +0100

----------------------------------------------------------------------
 test/integration/smoke/test_privategw_acl.py | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1738ce17/test/integration/smoke/test_privategw_acl.py
----------------------------------------------------------------------
diff --git a/test/integration/smoke/test_privategw_acl.py b/test/integration/smoke/test_privategw_acl.py
index 9b85fe8..7231a4b 100644
--- a/test/integration/smoke/test_privategw_acl.py
+++ b/test/integration/smoke/test_privategw_acl.py
@@ -242,7 +242,6 @@ class TestPrivateGwACL(cloudstackTestCase):
 
     @attr(tags=["advanced"], required_hardware="true")
     def test_02_vpc_privategw_static_routes(self):
-
         self.logger.debug("Creating a VPC offering..")
         vpc_off = VpcOffering.create(
             self.apiclient,
@@ -255,8 +254,6 @@ class TestPrivateGwACL(cloudstackTestCase):
 
     @attr(tags=["advanced"], required_hardware="true")
     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..")
         vpc_off = VpcOffering.create(
             self.apiclient,
@@ -268,7 +265,6 @@ class TestPrivateGwACL(cloudstackTestCase):
         self.performVPCTests(vpc_off)
 
     def performVPCTests(self, vpc_off):
-
         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_2 = self.createVPC(vpc_off, cidr = '10.0.2.0/24')