From 3fe1059435956161b77d747487a146890d12b8b8 Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Thu, 28 Sep 2017 11:15:12 +0200 Subject: Bug fix: Actively disable security on SF port JIRA: SFC-114 Some cases show that it was not enough with the patch: https://gerrit.opnfv.org/gerrit/#/c/42801/ We should explicitely disable security in the SF ports. That can be done with a the antispoofing parameter in the vnfd Change-Id: Ie20ab961633866f48a4abcc299a62e8c55280088 Signed-off-by: Manuel Buil --- sfc/tests/functest/vnfd-templates/test2-vnfd1.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'sfc/tests/functest/vnfd-templates/test2-vnfd1.yaml') diff --git a/sfc/tests/functest/vnfd-templates/test2-vnfd1.yaml b/sfc/tests/functest/vnfd-templates/test2-vnfd1.yaml index d01bf934..cc5fed6f 100644 --- a/sfc/tests/functest/vnfd-templates/test2-vnfd1.yaml +++ b/sfc/tests/functest/vnfd-templates/test2-vnfd1.yaml @@ -42,6 +42,7 @@ topology_template: properties: management: true order: 0 + anti_spoofing_protection: false requirements: - virtualLink: node: VL1 -- cgit 1.2.3-korg