aboutsummaryrefslogtreecommitdiffstats
path: root/sfc/tests/functest/vnffgd-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/vnffgd-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/vnffgd-templates')
-rw-r--r--sfc/tests/functest/vnffgd-templates/test-vnffgd.yaml21
-rw-r--r--sfc/tests/functest/vnffgd-templates/test2-vnffgd1.yaml15
-rw-r--r--sfc/tests/functest/vnffgd-templates/test2-vnffgd2.yaml15
3 files changed, 27 insertions, 24 deletions
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]