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/vnffgd-templates/test2-vnffgd2.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'sfc/tests/functest/vnffgd-templates/test2-vnffgd2.yaml') 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