You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by gi...@apache.org on 2014/01/07 11:36:45 UTC

git commit: updated refs/heads/4.3 to 0ae3fdb

Updated Branches:
  refs/heads/4.3 0706757e0 -> 0ae3fdbda


CLOUDSTACK-5627: Fixed test_project_resources.py which


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

Branch: refs/heads/4.3
Commit: 0ae3fdbda83dd656e6b083d040da4217d6777ec7
Parents: 0706757
Author: Girish Shilamkar <gi...@clogeny.com>
Authored: Tue Jan 7 16:02:51 2014 +0530
Committer: Girish Shilamkar <gi...@clogeny.com>
Committed: Tue Jan 7 16:06:24 2014 +0530

----------------------------------------------------------------------
 test/integration/component/test_project_resources.py | 12 ------------
 1 file changed, 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/0ae3fdbd/test/integration/component/test_project_resources.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_project_resources.py b/test/integration/component/test_project_resources.py
index 5fec993..d6a732d 100644
--- a/test/integration/component/test_project_resources.py
+++ b/test/integration/component/test_project_resources.py
@@ -1190,18 +1190,6 @@ class TestPublicIpAddress(cloudstackTestCase):
                                           public_ip.ipaddress.id,
                                           accountid=self.account.name
                                           )
-        self.debug(
-                "Creating firewall rule for public IP: %s outside project" %
-                                                public_ip.ipaddress)
-        with self.assertRaises(Exception):
-            FireWallRule.create(
-                            self.apiclient,
-                            ipaddressid=public_ip.ipaddress.id,
-                            protocol='TCP',
-                            cidrlist=[self.services["fw_rule"]["cidr"]],
-                            startport=self.services["fw_rule"]["startport"],
-                            endport=self.services["fw_rule"]["endport"],
-                            )
         return