aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/vnf/ims/orchestra_openims.py
diff options
context:
space:
mode:
Diffstat (limited to 'functest/opnfv_tests/vnf/ims/orchestra_openims.py')
-rw-r--r--functest/opnfv_tests/vnf/ims/orchestra_openims.py25
1 files changed, 0 insertions, 25 deletions
diff --git a/functest/opnfv_tests/vnf/ims/orchestra_openims.py b/functest/opnfv_tests/vnf/ims/orchestra_openims.py
index 0821e42ae..8a638e1b8 100644
--- a/functest/opnfv_tests/vnf/ims/orchestra_openims.py
+++ b/functest/opnfv_tests/vnf/ims/orchestra_openims.py
@@ -266,31 +266,6 @@ class OpenImsVnf(vnf.VnfOnBoarding):
protocol=Protocol.udp,
port_range_min=1,
port_range_max=65535))
- sg_rules.append(
- SecurityGroupRuleSettings(
- sec_grp_name="orchestra-sec-group-allowall",
- direction=Direction.ingress,
- protocol=Protocol.icmp))
- sg_rules.append(
- SecurityGroupRuleSettings(
- sec_grp_name="orchestra-sec-group-allowall",
- direction=Direction.egress,
- protocol=Protocol.icmp))
- # sg_rules.append(
- # SecurityGroupRuleSettings(
- # sec_grp_name="orchestra-sec-group-allowall",
- # direction=Direction.ingress,
- # protocol=Protocol.icmp,
- # port_range_min=-1,
- # port_range_max=-1))
- # sg_rules.append(
- # SecurityGroupRuleSettings(
- # sec_grp_name="orchestra-sec-group-allowall",
- # direction=Direction.egress,
- # protocol=Protocol.icmp,
- # port_range_min=-1,
- # port_range_max=-1))
-
security_group = OpenStackSecurityGroup(
self.snaps_creds,
SecurityGroupSettings(