diff options
author | Manuel Buil <mbuil@suse.com> | 2017-09-13 12:35:42 +0200 |
---|---|---|
committer | Manuel Buil <mbuil@suse.com> | 2017-09-13 12:35:42 +0200 |
commit | 6ebfae45dbfe56b0c1b452d9609ff5c6e289601f (patch) | |
tree | 4cb1faaee182bc7a85b9ee568130e6b3656956b7 | |
parent | f17e3297ab82ba6654f3bc8a5756d76502233cf4 (diff) |
Add network_src_port_id to vnffgd
ODL requires that parameter to be present in order to classify
Change-Id: Idb8e0578a9c4c22cd35e4615755333b67d4fe658
Signed-off-by: Manuel Buil <mbuil@suse.com>
-rw-r--r-- | sfc/tests/functest/vnffgd-templates/test-vnffgd.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sfc/tests/functest/vnffgd-templates/test-vnffgd.yaml b/sfc/tests/functest/vnffgd-templates/test-vnffgd.yaml index b1fd574c..606d363d 100644 --- a/sfc/tests/functest/vnffgd-templates/test-vnffgd.yaml +++ b/sfc/tests/functest/vnffgd-templates/test-vnffgd.yaml @@ -4,6 +4,9 @@ description: test-case1 topology_template: description: topology-template-test1 + inputs: + net_src_id: + type: string node_templates: Forwarding_path1: @@ -14,7 +17,7 @@ topology_template: policy: type: ACL criteria: - - source_port_range: 0-0 + - network_src_port_id:{ get_input: net_src_id } - destination_port_range: 80-80 - ip_proto: 6 path: |