diff options
author | Manuel Buil <mbuil@suse.com> | 2017-09-18 10:33:24 +0200 |
---|---|---|
committer | Manuel Buil <mbuil@suse.com> | 2017-09-18 15:29:55 +0200 |
commit | 4c701f39ac0af6b1221e5329bee925d53a5ccfe3 (patch) | |
tree | 7a327452fabd9b99177c10e911e7f604879db1e3 | |
parent | 85aa735678433c40f8369781fba29af4dbbbd416 (diff) |
Fix vnffgd templates
JIRA: SFC-105
They have a typo which resulted in errors in Tacker when loading the template
Change-Id: I5723c756add7610377815180352140d58fd783a5
Signed-off-by: Manuel Buil <mbuil@suse.com>
-rw-r--r-- | sfc/tests/functest/vnffgd-templates/test-vnffgd.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfc/tests/functest/vnffgd-templates/test-vnffgd.yaml b/sfc/tests/functest/vnffgd-templates/test-vnffgd.yaml index 606d363d..27c7d545 100644 --- a/sfc/tests/functest/vnffgd-templates/test-vnffgd.yaml +++ b/sfc/tests/functest/vnffgd-templates/test-vnffgd.yaml @@ -5,7 +5,7 @@ description: test-case1 topology_template: description: topology-template-test1 inputs: - net_src_id: + net_src_port_id: type: string node_templates: @@ -17,7 +17,7 @@ topology_template: policy: type: ACL criteria: - - network_src_port_id:{ get_input: net_src_id } + - network_src_port_id: {get_input: net_src_port_id} - destination_port_range: 80-80 - ip_proto: 6 path: |