From 56fb19b663557ce07be6d4e5c07fd4a5b9276ed2 Mon Sep 17 00:00:00 2001 From: Dimitrios Markou Date: Fri, 1 Sep 2017 14:26:45 +0300 Subject: Adapt functionality to the new Tacker API Change-Id: I078e9f26d3040cf04120abd425f03cb4f2e8daef Signed-off-by: Dimitrios Markou --- sfc/tests/functest/vnffgd-templates/test-vnffgd.yaml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'sfc/tests/functest/vnffgd-templates/test-vnffgd.yaml') diff --git a/sfc/tests/functest/vnffgd-templates/test-vnffgd.yaml b/sfc/tests/functest/vnffgd-templates/test-vnffgd.yaml index 9c696d2e..b1fd574c 100644 --- a/sfc/tests/functest/vnffgd-templates/test-vnffgd.yaml +++ b/sfc/tests/functest/vnffgd-templates/test-vnffgd.yaml @@ -4,11 +4,6 @@ description: test-case1 topology_template: description: topology-template-test1 - inputs: - net_src_id: - type: string - ip_dst: - type: string node_templates: Forwarding_path1: @@ -19,14 +14,13 @@ topology_template: policy: type: ACL criteria: - - network_src_port_id: {get_input: net_src_id} + - source_port_range: 0-0 - destination_port_range: 80-80 - ip_proto: 6 - - ip_dst_prefix: {get_input: ip_dst} path: - - forwarder: VNFD1 + - forwarder: test-vnfd1 capability: CP1 - - forwarder: VNFD2 + - forwarder: test-vnfd2 capability: CP1 groups: @@ -39,5 +33,5 @@ topology_template: number_of_endpoints: 2 dependent_virtual_link: [VL1, VL1] connection_point: [CP1, CP1] - constituent_vnfs: [VNFD1, VNFD2] + constituent_vnfs: [test-vnfd1, test-vnfd2] members: [Forwarding_path1] -- cgit 1.2.3-korg