Skip to content

Commit 0ff0bd2

Browse files
author
Girish Shilamkar
committed
CLOUDSTACK-5627: Fixed test_project_resources.py which
1 parent c3d8e20 commit 0ff0bd2

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

test/integration/component/test_project_resources.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1190,18 +1190,6 @@ def test_07_associate_public_ip(self):
11901190
public_ip.ipaddress.id,
11911191
accountid=self.account.name
11921192
)
1193-
self.debug(
1194-
"Creating firewall rule for public IP: %s outside project" %
1195-
public_ip.ipaddress)
1196-
with self.assertRaises(Exception):
1197-
FireWallRule.create(
1198-
self.apiclient,
1199-
ipaddressid=public_ip.ipaddress.id,
1200-
protocol='TCP',
1201-
cidrlist=[self.services["fw_rule"]["cidr"]],
1202-
startport=self.services["fw_rule"]["startport"],
1203-
endport=self.services["fw_rule"]["endport"],
1204-
)
12051193
return
12061194

12071195

0 commit comments

Comments
 (0)