aboutsummaryrefslogtreecommitdiffstats
path: root/sfc/tests/functest/vnffgd-templates/test-vnffgd.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'sfc/tests/functest/vnffgd-templates/test-vnffgd.yaml')
-rw-r--r--sfc/tests/functest/vnffgd-templates/test-vnffgd.yaml14
1 files changed, 4 insertions, 10 deletions
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]