aboutsummaryrefslogtreecommitdiffstats
path: root/sfc/tests/functest
diff options
context:
space:
mode:
authorManuel Buil <mbuil@suse.com>2018-09-03 17:02:53 +0200
committerManuel Buil <mbuil@suse.com>2018-09-03 17:57:16 +0200
commitdacf2b5d84226f3844dfc0b949ef81446d4c353a (patch)
tree516387c682b36aff1484f34c8aad6eddc8b7ac88 /sfc/tests/functest
parentbdad6faa1fafe7cd20ea96aa70a52178d62add63 (diff)
Remove port security from vnfs when no-mano
If the ports have security enabled, the traffic is dropped due to the anti-spoofing Change-Id: I6fbc63a3d959d9d55dfd1d64e12e1d0e7ec48bcb Signed-off-by: Manuel Buil <mbuil@suse.com>
Diffstat (limited to 'sfc/tests/functest')
-rw-r--r--sfc/tests/functest/sfc_parent_function.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/sfc/tests/functest/sfc_parent_function.py b/sfc/tests/functest/sfc_parent_function.py
index d93b2fbf..10c76968 100644
--- a/sfc/tests/functest/sfc_parent_function.py
+++ b/sfc/tests/functest/sfc_parent_function.py
@@ -260,7 +260,8 @@ class SfcCommonTestCase(object):
self.network,
self.sg,
av_zone,
- ports)
+ ports,
+ port_security=False)
if not openstack_sfc.wait_for_vnf(vnf_creator):
raise Exception('ERROR while booting vnf %s' % vnf_name)