aboutsummaryrefslogtreecommitdiffstats
path: root/functest
diff options
context:
space:
mode:
authorCedric Ollivier <cedric.ollivier@orange.com>2018-09-07 20:39:47 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-09-07 20:39:47 +0000
commit4c7a122a6ff45a319162d084e194a414f072576c (patch)
tree58b09889000aeb6a4b98863d29cc41a7883302e6 /functest
parent101000ae41d7391c4fa10f65835cffc72ad9f543 (diff)
parent65b9318ffcb4b12e0aa4aa08027a35ff1e2d285d (diff)
Merge "Remove one useless security group"
Diffstat (limited to 'functest')
-rw-r--r--functest/opnfv_tests/vnf/router/cloudify_vrouter.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/functest/opnfv_tests/vnf/router/cloudify_vrouter.py b/functest/opnfv_tests/vnf/router/cloudify_vrouter.py
index f9266ff17..e8c8632bd 100644
--- a/functest/opnfv_tests/vnf/router/cloudify_vrouter.py
+++ b/functest/opnfv_tests/vnf/router/cloudify_vrouter.py
@@ -167,11 +167,6 @@ class CloudifyVrouter(cloudify.Cloudify):
def deploy_vnf(self):
start_time = time.time()
-
- self.cloud.create_security_group_rule(
- 'default', port_range_min=22, port_range_max=22,
- protocol='tcp', direction='ingress')
-
self.__logger.info("Upload VNFD")
descriptor = self.vnf['descriptor']
self.util_info["cfy"] = self.cfy_client