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 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'sfc/tests/functest/vnffgd-templates/test-vnffgd.yaml') 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] -- cgit 1.2.3-korg