aboutsummaryrefslogtreecommitdiffstats
path: root/sfc/tests/functest/vnffgd-templates/test2-vnffgd1.yaml
diff options
context:
space:
mode:
authorManuel Buil <mbuil@suse.com>2017-12-18 13:03:07 +0100
committerManuel Buil <mbuil@suse.com>2017-12-19 09:23:23 +0100
commit759e0751465747acfb9cf840aaad7761ba1327dd (patch)
tree0c1669627b9a5dbc2d2e02ce42f80586dabfe7b1 /sfc/tests/functest/vnffgd-templates/test2-vnffgd1.yaml
parent43c5b9a266b8181af33aa22456eea4c1335a970a (diff)
Documentation update and some clean up
Change-Id: I1fca51b9b6afff5a596ceee2e1401127fe23231d Signed-off-by: Manuel Buil <mbuil@suse.com>
Diffstat (limited to 'sfc/tests/functest/vnffgd-templates/test2-vnffgd1.yaml')
-rw-r--r--sfc/tests/functest/vnffgd-templates/test2-vnffgd1.yaml38
1 files changed, 0 insertions, 38 deletions
diff --git a/sfc/tests/functest/vnffgd-templates/test2-vnffgd1.yaml b/sfc/tests/functest/vnffgd-templates/test2-vnffgd1.yaml
deleted file mode 100644
index f0615e4e..00000000
--- a/sfc/tests/functest/vnffgd-templates/test2-vnffgd1.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
----
-tosca_definitions_version: tosca_simple_profile_for_nfv_1_0_0
-description: test-case2_HTTP Test
-
-topology_template:
- description: topology-template-test2
- inputs:
- net_src_port_id:
- type: string
-
- node_templates:
- Forwarding_path1:
- type: tosca.nodes.nfv.FP.Tacker
- description: creates path
- properties:
- id: 1
- policy:
- type: ACL
- criteria:
- - network_src_port_id: {get_input: net_src_port_id}
- - destination_port_range: 22-80
- - ip_proto: 6
- path:
- - forwarder: test-vnfd1
- capability: CP1
-
- groups:
- VNFFG1:
- type: tosca.groups.nfv.VNFFG
- description: creates chain
- properties:
- vendor: tacker
- version: 1.0
- number_of_endpoints: 1
- dependent_virtual_link: [VL1]
- connection_point: [CP1]
- constituent_vnfs: [test-vnfd1]
- members: [Forwarding_path1]