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/test3-vnfd1.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sfc/tests/functest/vnfd-templates/test3-vnfd1.yaml') 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