aboutsummaryrefslogtreecommitdiffstats
path: root/sfc/tests/functest/vnfd-templates
diff options
context:
space:
mode:
authorDimitrios Markou <mardim@intracom-telecom.com>2017-08-31 11:13:04 +0300
committerDimitrios Markou <mardim@intracom-telecom.com>2017-08-31 11:13:04 +0300
commit60f2b2cf578fbf2a9e0efba4709d4aa6aa8a2f79 (patch)
tree38aadf1439edcaac7fcc74cc8b47e906bd63d41b /sfc/tests/functest/vnfd-templates
parentfa5e8b4d5a0f3fda560c6667e944bfb989c73fb4 (diff)
Fix yamllint errors and warnings
Change-Id: I33f3fd0aa0bc71a1ee07ea4504619b090517a87b Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
Diffstat (limited to 'sfc/tests/functest/vnfd-templates')
-rw-r--r--sfc/tests/functest/vnfd-templates/test-vnfd-default-params.yaml2
-rw-r--r--sfc/tests/functest/vnfd-templates/test-vnfd1.yaml5
-rw-r--r--sfc/tests/functest/vnfd-templates/test-vnfd2.yaml5
-rw-r--r--sfc/tests/functest/vnfd-templates/test2-vnfd1.yaml5
-rw-r--r--sfc/tests/functest/vnfd-templates/test2-vnfd2.yaml5
-rw-r--r--sfc/tests/functest/vnfd-templates/test3-vnfd1.yaml5
6 files changed, 16 insertions, 11 deletions
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