From edf1b61b0cbd33d39ffcfea19592b9555ab1020b Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Fri, 22 Sep 2017 19:44:39 +0200 Subject: Remove SFs from security groups Having the SFs port in security groups delays packets artifically in the tests Besides, the netvirt guys suggested not to do it because it might be confusing for ODL in some situations and it is not a 'suitable construct' Tests without security groups show indeed a better behaviour Change-Id: I33281215cd2e80804c8f09ca201c046f590249ab Signed-off-by: Manuel Buil --- sfc/tests/functest/vnfd-templates/test-vnfd1.yaml | 1 - sfc/tests/functest/vnfd-templates/test-vnfd2.yaml | 1 - sfc/tests/functest/vnfd-templates/test2-vnfd1.yaml | 1 - sfc/tests/functest/vnfd-templates/test2-vnfd2.yaml | 1 - 4 files changed, 4 deletions(-) (limited to 'sfc/tests/functest/vnfd-templates') diff --git a/sfc/tests/functest/vnfd-templates/test-vnfd1.yaml b/sfc/tests/functest/vnfd-templates/test-vnfd1.yaml index 3fbc22ae..b2a4900b 100644 --- a/sfc/tests/functest/vnfd-templates/test-vnfd1.yaml +++ b/sfc/tests/functest/vnfd-templates/test-vnfd1.yaml @@ -42,7 +42,6 @@ topology_template: properties: management: true order: 0 - anti_spoofing_protection: true requirements: - virtualLink: node: VL1 diff --git a/sfc/tests/functest/vnfd-templates/test-vnfd2.yaml b/sfc/tests/functest/vnfd-templates/test-vnfd2.yaml index 8f442a90..353afae7 100644 --- a/sfc/tests/functest/vnfd-templates/test-vnfd2.yaml +++ b/sfc/tests/functest/vnfd-templates/test-vnfd2.yaml @@ -43,7 +43,6 @@ topology_template: properties: management: true order: 0 - anti_spoofing_protection: true requirements: - virtualLink: node: VL1 diff --git a/sfc/tests/functest/vnfd-templates/test2-vnfd1.yaml b/sfc/tests/functest/vnfd-templates/test2-vnfd1.yaml index aad1e672..d01bf934 100644 --- a/sfc/tests/functest/vnfd-templates/test2-vnfd1.yaml +++ b/sfc/tests/functest/vnfd-templates/test2-vnfd1.yaml @@ -42,7 +42,6 @@ topology_template: properties: management: true order: 0 - anti_spoofing_protection: true requirements: - virtualLink: node: VL1 diff --git a/sfc/tests/functest/vnfd-templates/test2-vnfd2.yaml b/sfc/tests/functest/vnfd-templates/test2-vnfd2.yaml index b5502f12..9a7da6e3 100644 --- a/sfc/tests/functest/vnfd-templates/test2-vnfd2.yaml +++ b/sfc/tests/functest/vnfd-templates/test2-vnfd2.yaml @@ -42,7 +42,6 @@ topology_template: properties: management: true order: 0 - anti_spoofing_protection: true requirements: - virtualLink: node: VL1 -- cgit 1.2.3-korg