From 56fb19b663557ce07be6d4e5c07fd4a5b9276ed2 Mon Sep 17 00:00:00 2001 From: Dimitrios Markou Date: Fri, 1 Sep 2017 14:26:45 +0300 Subject: Adapt functionality to the new Tacker API Change-Id: I078e9f26d3040cf04120abd425f03cb4f2e8daef Signed-off-by: Dimitrios Markou --- sfc/tests/functest/vnfd-templates/test-vnfd-default-params.json | 3 +++ sfc/tests/functest/vnfd-templates/test-vnfd-default-params.yaml | 5 ----- sfc/tests/functest/vnfd-templates/test-vnfd1.yaml | 2 +- sfc/tests/functest/vnfd-templates/test-vnfd2.yaml | 2 +- sfc/tests/functest/vnfd-templates/test2-vnfd1.yaml | 2 +- sfc/tests/functest/vnfd-templates/test2-vnfd2.yaml | 2 +- sfc/tests/functest/vnfd-templates/test3-vnfd1.yaml | 2 +- 7 files changed, 8 insertions(+), 10 deletions(-) create mode 100644 sfc/tests/functest/vnfd-templates/test-vnfd-default-params.json delete mode 100644 sfc/tests/functest/vnfd-templates/test-vnfd-default-params.yaml (limited to 'sfc/tests/functest/vnfd-templates') diff --git a/sfc/tests/functest/vnfd-templates/test-vnfd-default-params.json b/sfc/tests/functest/vnfd-templates/test-vnfd-default-params.json new file mode 100644 index 00000000..4715461b --- /dev/null +++ b/sfc/tests/functest/vnfd-templates/test-vnfd-default-params.json @@ -0,0 +1,3 @@ +{ +zone: 'nova' +} diff --git a/sfc/tests/functest/vnfd-templates/test-vnfd-default-params.yaml b/sfc/tests/functest/vnfd-templates/test-vnfd-default-params.yaml deleted file mode 100644 index d87e6e68..00000000 --- a/sfc/tests/functest/vnfd-templates/test-vnfd-default-params.yaml +++ /dev/null @@ -1,5 +0,0 @@ ---- -vdus: - vdu1: - param: - zone: nova diff --git a/sfc/tests/functest/vnfd-templates/test-vnfd1.yaml b/sfc/tests/functest/vnfd-templates/test-vnfd1.yaml index 277c1880..3fbc22ae 100644 --- a/sfc/tests/functest/vnfd-templates/test-vnfd1.yaml +++ b/sfc/tests/functest/vnfd-templates/test-vnfd1.yaml @@ -42,7 +42,7 @@ topology_template: properties: management: true order: 0 - anti_spoofing_protection: false + 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 337e9412..8f442a90 100644 --- a/sfc/tests/functest/vnfd-templates/test-vnfd2.yaml +++ b/sfc/tests/functest/vnfd-templates/test-vnfd2.yaml @@ -43,7 +43,7 @@ topology_template: properties: management: true order: 0 - anti_spoofing_protection: false + 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 cc5fed6f..aad1e672 100644 --- a/sfc/tests/functest/vnfd-templates/test2-vnfd1.yaml +++ b/sfc/tests/functest/vnfd-templates/test2-vnfd1.yaml @@ -42,7 +42,7 @@ topology_template: properties: management: true order: 0 - anti_spoofing_protection: false + 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 f8150f25..b5502f12 100644 --- a/sfc/tests/functest/vnfd-templates/test2-vnfd2.yaml +++ b/sfc/tests/functest/vnfd-templates/test2-vnfd2.yaml @@ -42,7 +42,7 @@ topology_template: properties: management: true order: 0 - anti_spoofing_protection: false + anti_spoofing_protection: true requirements: - virtualLink: node: VL1 diff --git a/sfc/tests/functest/vnfd-templates/test3-vnfd1.yaml b/sfc/tests/functest/vnfd-templates/test3-vnfd1.yaml index 26491b5e..7f8f1787 100644 --- a/sfc/tests/functest/vnfd-templates/test3-vnfd1.yaml +++ b/sfc/tests/functest/vnfd-templates/test3-vnfd1.yaml @@ -39,7 +39,7 @@ topology_template: properties: management: true order: 0 - anti_spoofing_protection: false + anti_spoofing_protection: true requirements: - virtualLink: node: VL1 -- cgit 1.2.3-korg