summaryrefslogtreecommitdiffstats
path: root/sfc/tests/functest/vnffgd-templates/test2-vnffgd2.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'sfc/tests/functest/vnffgd-templates/test2-vnffgd2.yaml')
-rw-r--r--sfc/tests/functest/vnffgd-templates/test2-vnffgd2.yaml6
1 files changed, 5 insertions, 1 deletions
diff --git a/sfc/tests/functest/vnffgd-templates/test2-vnffgd2.yaml b/sfc/tests/functest/vnffgd-templates/test2-vnffgd2.yaml
index 401a4272..ec18c9d6 100644
--- a/sfc/tests/functest/vnffgd-templates/test2-vnffgd2.yaml
+++ b/sfc/tests/functest/vnffgd-templates/test2-vnffgd2.yaml
@@ -4,6 +4,10 @@ description: test-case2_SSH Test
topology_template:
description: topology-template-test2
+ inputs:
+ net_src_port_id:
+ type: string
+
node_templates:
Forwarding_path1:
@@ -14,7 +18,7 @@ topology_template:
policy:
type: ACL
criteria:
- - source_port_range: 0-0
+ - network_src_port_id: {get_input: net_src_port_id}
- destination_port_range: 22-80
- ip_proto: 6
path: