We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3d8e20 commit 0ff0bd2Copy full SHA for 0ff0bd2
1 file changed
test/integration/component/test_project_resources.py
@@ -1190,18 +1190,6 @@ def test_07_associate_public_ip(self):
1190
public_ip.ipaddress.id,
1191
accountid=self.account.name
1192
)
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
- )
1205
return
1206
1207
0 commit comments