summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-09-07 11:32:33 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2018-09-07 22:05:46 +0200
commit2c4a269e22d1727ba15fe9a4a946485b7321d292 (patch)
treed4a6ce535f8a338e73a68f0804b11ca7e59d6010
parentb8fae660ba9c58307be9d7719caebe13f07eda08 (diff)
Remove one useless security group
This rule breaks lookup when the user created is admin. Change-Id: I2fe3dba687bd5d151cd7e53217586a0bcb21815d Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 65b9318ffcb4b12e0aa4aa08027a35ff1e2d285d)
-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