From 60f2b2cf578fbf2a9e0efba4709d4aa6aa8a2f79 Mon Sep 17 00:00:00 2001 From: Dimitrios Markou Date: Thu, 31 Aug 2017 11:13:04 +0300 Subject: Fix yamllint errors and warnings Change-Id: I33f3fd0aa0bc71a1ee07ea4504619b090517a87b Signed-off-by: Dimitrios Markou --- sfc/tests/functest/vnfd-templates/test-vnfd-default-params.yaml | 2 +- sfc/tests/functest/vnfd-templates/test-vnfd1.yaml | 5 +++-- sfc/tests/functest/vnfd-templates/test-vnfd2.yaml | 5 +++-- sfc/tests/functest/vnfd-templates/test2-vnfd1.yaml | 5 +++-- sfc/tests/functest/vnfd-templates/test2-vnfd2.yaml | 5 +++-- sfc/tests/functest/vnfd-templates/test3-vnfd1.yaml | 5 +++-- 6 files changed, 16 insertions(+), 11 deletions(-) (limited to 'sfc/tests/functest/vnfd-templates') diff --git a/sfc/tests/functest/vnfd-templates/test-vnfd-default-params.yaml b/sfc/tests/functest/vnfd-templates/test-vnfd-default-params.yaml index bf9bd868..d87e6e68 100644 --- a/sfc/tests/functest/vnfd-templates/test-vnfd-default-params.yaml +++ b/sfc/tests/functest/vnfd-templates/test-vnfd-default-params.yaml @@ -1,5 +1,5 @@ +--- 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 de8eecbe..277c1880 100644 --- a/sfc/tests/functest/vnfd-templates/test-vnfd1.yaml +++ b/sfc/tests/functest/vnfd-templates/test-vnfd1.yaml @@ -1,3 +1,4 @@ +--- tosca_definitions_version: tosca_simple_profile_for_nfv_1_0_0 description: firewall1-example metadata: @@ -18,7 +19,7 @@ topology_template: disk_size: 10 GB properties: image: sfc_nsh_danube - availability_zone: { get_input: zone } + availability_zone: {get_input: zone} mgmt_driver: noop config: | param0: key1 @@ -52,4 +53,4 @@ topology_template: type: tosca.nodes.nfv.VL properties: network_name: example-net - vendor: Tacker \ No newline at end of file + vendor: Tacker diff --git a/sfc/tests/functest/vnfd-templates/test-vnfd2.yaml b/sfc/tests/functest/vnfd-templates/test-vnfd2.yaml index 3058d337..337e9412 100644 --- a/sfc/tests/functest/vnfd-templates/test-vnfd2.yaml +++ b/sfc/tests/functest/vnfd-templates/test-vnfd2.yaml @@ -1,3 +1,4 @@ +--- tosca_definitions_version: tosca_simple_profile_for_nfv_1_0_0 description: firewall2-example metadata: @@ -19,7 +20,7 @@ topology_template: disk_size: 10 GB properties: image: sfc_nsh_danube - availability_zone: { get_input: zone } + availability_zone: {get_input: zone} mgmt_driver: noop config: | param0: key0 @@ -53,4 +54,4 @@ topology_template: type: tosca.nodes.nfv.VL properties: network_name: example-net - vendor: Tacker \ No newline at end of file + vendor: Tacker diff --git a/sfc/tests/functest/vnfd-templates/test2-vnfd1.yaml b/sfc/tests/functest/vnfd-templates/test2-vnfd1.yaml index 998bc511..cc5fed6f 100644 --- a/sfc/tests/functest/vnfd-templates/test2-vnfd1.yaml +++ b/sfc/tests/functest/vnfd-templates/test2-vnfd1.yaml @@ -1,3 +1,4 @@ +--- tosca_definitions_version: tosca_simple_profile_for_nfv_1_0_0 description: firewall1-example metadata: @@ -18,7 +19,7 @@ topology_template: disk_size: 10 GB properties: image: sfc_nsh_danube - availability_zone: { get_input: zone} + availability_zone: {get_input: zone} mgmt_driver: noop config: | param0: key1 @@ -52,4 +53,4 @@ topology_template: type: tosca.nodes.nfv.VL properties: network_name: example-net - vendor: Tacker \ No newline at end of file + vendor: Tacker diff --git a/sfc/tests/functest/vnfd-templates/test2-vnfd2.yaml b/sfc/tests/functest/vnfd-templates/test2-vnfd2.yaml index 239e1aca..f8150f25 100644 --- a/sfc/tests/functest/vnfd-templates/test2-vnfd2.yaml +++ b/sfc/tests/functest/vnfd-templates/test2-vnfd2.yaml @@ -1,3 +1,4 @@ +--- tosca_definitions_version: tosca_simple_profile_for_nfv_1_0_0 description: firewall2-example metadata: @@ -18,7 +19,7 @@ topology_template: disk_size: 10 GB properties: image: sfc_nsh_danube - availability_zone: { get_input: zone } + availability_zone: {get_input: zone} mgmt_driver: noop config: | param0: key1 @@ -52,4 +53,4 @@ topology_template: type: tosca.nodes.nfv.VL properties: network_name: example-net - vendor: Tacker \ No newline at end of file + vendor: Tacker diff --git a/sfc/tests/functest/vnfd-templates/test3-vnfd1.yaml b/sfc/tests/functest/vnfd-templates/test3-vnfd1.yaml index adc92f23..26491b5e 100644 --- a/sfc/tests/functest/vnfd-templates/test3-vnfd1.yaml +++ b/sfc/tests/functest/vnfd-templates/test3-vnfd1.yaml @@ -1,3 +1,4 @@ +--- tosca_definitions_version: tosca_simple_profile_for_nfv_1_0_0 description: firewall3-example metadata: @@ -18,7 +19,7 @@ topology_template: disk_size: 10 GB properties: image: sfc_nsh_danube - availability_zone: { get_input: zone} + availability_zone: {get_input: zone} mgmt_driver: noop service_type: firewall monitoring_policy: @@ -49,4 +50,4 @@ topology_template: type: tosca.nodes.nfv.VL properties: network_name: example-net - vendor: Tacker \ No newline at end of file + vendor: Tacker -- cgit 1.2.3-korg