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 --- .../functest/vnffgd-templates/test-vnffgd.yaml | 21 +++++++++++---------- .../functest/vnffgd-templates/test2-vnffgd1.yaml | 15 ++++++++------- .../functest/vnffgd-templates/test2-vnffgd2.yaml | 15 ++++++++------- 3 files changed, 27 insertions(+), 24 deletions(-) (limited to 'sfc/tests/functest/vnffgd-templates') diff --git a/sfc/tests/functest/vnffgd-templates/test-vnffgd.yaml b/sfc/tests/functest/vnffgd-templates/test-vnffgd.yaml index 43cded97..9c696d2e 100644 --- a/sfc/tests/functest/vnffgd-templates/test-vnffgd.yaml +++ b/sfc/tests/functest/vnffgd-templates/test-vnffgd.yaml @@ -1,3 +1,4 @@ +--- tosca_definitions_version: tosca_simple_profile_for_nfv_1_0_0 description: test-case1 @@ -18,15 +19,15 @@ topology_template: policy: type: ACL criteria: - - network_src_port_id: { get_input: net_src_id } + - network_src_port_id: {get_input: net_src_id} - destination_port_range: 80-80 - ip_proto: 6 - - ip_dst_prefix: { get_input: ip_dst } + - ip_dst_prefix: {get_input: ip_dst} path: - - forwarder: VNFD1 - capability: CP1 - - forwarder: VNFD2 - capability: CP1 + - forwarder: VNFD1 + capability: CP1 + - forwarder: VNFD2 + capability: CP1 groups: VNFFG1: @@ -36,7 +37,7 @@ topology_template: vendor: tacker version: 1.0 number_of_endpoints: 2 - dependent_virtual_link: [VL1,VL1] - connection_point: [CP1,CP1] - constituent_vnfs: [VNFD1,VNFD2] - members: [Forwarding_path1] \ No newline at end of file + dependent_virtual_link: [VL1, VL1] + connection_point: [CP1, CP1] + constituent_vnfs: [VNFD1, VNFD2] + members: [Forwarding_path1] diff --git a/sfc/tests/functest/vnffgd-templates/test2-vnffgd1.yaml b/sfc/tests/functest/vnffgd-templates/test2-vnffgd1.yaml index ba2d8ebf..a15e94cc 100644 --- a/sfc/tests/functest/vnffgd-templates/test2-vnffgd1.yaml +++ b/sfc/tests/functest/vnffgd-templates/test2-vnffgd1.yaml @@ -1,5 +1,6 @@ +--- tosca_definitions_version: tosca_simple_profile_for_nfv_1_0_0 -description: test-case2: HTTP Test +description: test-case2_HTTP Test topology_template: description: topology-template-test2 @@ -18,10 +19,10 @@ topology_template: policy: type: ACL criteria: - - network_src_port_id: { get_input: net_src_id } + - network_src_port_id: {get_input: net_src_id} - destination_port_range: 80-80 - ip_proto: 6 - - ip_dst_prefix: { get_input: ip_dst } + - ip_dst_prefix: {get_input: ip_dst} path: - forwarder: VNFD1 capability: CP1 @@ -36,7 +37,7 @@ topology_template: vendor: tacker version: 1.0 number_of_endpoints: 2 - dependent_virtual_link: [VL1,VL1] - connection_point: [CP1,CP1] - constituent_vnfs: [VNFD1,VNFD2] - members: [Forwarding_path1] \ No newline at end of file + dependent_virtual_link: [VL1, VL1] + connection_point: [CP1, CP1] + constituent_vnfs: [VNFD1, VNFD2] + members: [Forwarding_path1] diff --git a/sfc/tests/functest/vnffgd-templates/test2-vnffgd2.yaml b/sfc/tests/functest/vnffgd-templates/test2-vnffgd2.yaml index 5d46d24b..80a41edd 100644 --- a/sfc/tests/functest/vnffgd-templates/test2-vnffgd2.yaml +++ b/sfc/tests/functest/vnffgd-templates/test2-vnffgd2.yaml @@ -1,5 +1,6 @@ +--- tosca_definitions_version: tosca_simple_profile_for_nfv_1_0_0 -description: test-case2: SSH Test +description: test-case2_SSH Test topology_template: description: topology-template-test2 @@ -18,10 +19,10 @@ topology_template: policy: type: ACL criteria: - - network_src_port_id: { get_input: net_src_id } + - network_src_port_id: {get_input: net_src_id} - destination_port_range: 22-22 - ip_proto: 6 - - ip_dst_prefix: { get_input: ip_dst } + - ip_dst_prefix: {get_input: ip_dst} path: - forwarder: VNFD1 capability: CP1 @@ -36,7 +37,7 @@ topology_template: vendor: tacker version: 1.0 number_of_endpoints: 2 - dependent_virtual_link: [VL1,VL1] - connection_point: [CP1,CP1] - constituent_vnfs: [VNFD1,VNFD2] - members: [Forwarding_path1] \ No newline at end of file + dependent_virtual_link: [VL1, VL1] + connection_point: [CP1, CP1] + constituent_vnfs: [VNFD1, VNFD2] + members: [Forwarding_path1] -- cgit 1.2.3-korg