aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/vnf/ims/orchestra_clearwaterims.py
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2017-10-01 15:28:21 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-10-01 15:28:21 +0000
commit65dc6b7e86f156c42043d54d805d032ea40509a8 (patch)
treee1af557a76cff4dd5af9edea7c28807dec5b7123 /functest/opnfv_tests/vnf/ims/orchestra_clearwaterims.py
parenta8f1d8ea374c9538b1d7a223116d8d7d9b783c89 (diff)
parentc93ae73855ba928eb6661ac2468c5a0bae7c5506 (diff)
Merge "remove icmp rules from secgroups"
Diffstat (limited to 'functest/opnfv_tests/vnf/ims/orchestra_clearwaterims.py')
-rw-r--r--functest/opnfv_tests/vnf/ims/orchestra_clearwaterims.py25
1 files changed, 0 insertions, 25 deletions
diff --git a/functest/opnfv_tests/vnf/ims/orchestra_clearwaterims.py b/functest/opnfv_tests/vnf/ims/orchestra_clearwaterims.py
index 944d50abe..71b7a993b 100644
--- a/functest/opnfv_tests/vnf/ims/orchestra_clearwaterims.py
+++ b/functest/opnfv_tests/vnf/ims/orchestra_clearwaterims.py
@@ -271,31 +271,6 @@ class ClearwaterImsVnf(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(