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:34:52 UTC

git commit: updated refs/heads/master to 0ff0bd2

Updated Branches:
  refs/heads/master c3d8e207c -> 0ff0bd2c1


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/0ff0bd2c
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/0ff0bd2c
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/0ff0bd2c

Branch: refs/heads/master
Commit: 0ff0bd2c17429f870fbc0e59be6d8d0489d3dff5
Parents: c3d8e20
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:02:51 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/0ff0bd2c/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