CLOUDSTACK-5627: Fixed test_project_resources.py which

This commit is contained in:
Girish Shilamkar 2014-01-07 16:02:51 +05:30
parent 0706757e00
commit 0ae3fdbda8
1 changed files with 0 additions and 12 deletions

View File

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