diff options
author | Manuel Buil <manuelbuil87@gmail.com> | 2016-12-06 16:20:24 +0100 |
---|---|---|
committer | Manuel Buil <manuelbuil87@gmail.com> | 2016-12-09 15:12:06 +0100 |
commit | 4cf88806b7342d6e9674664799a906d18520a06b (patch) | |
tree | f7e5dfea65e99a98a7c9c29e4fc85ae71a4f5cbe /tests/functest/odl-sfc/config.yaml | |
parent | d3de20395d79daf9aa6b3c6fd4f9eea80791398e (diff) |
Refactoring test-2 with latest changes
JIRA : SFC-55
Adapting SFC-HA odl-sfc test-2 to the latest changes in SFC-52
Change-Id: I0252b97d99bce75a5cadf4d700bdee91913c6429
Signed-off-by: Manuel Buil <manuelbuil87@gmail.com>
Diffstat (limited to 'tests/functest/odl-sfc/config.yaml')
-rw-r--r-- | tests/functest/odl-sfc/config.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/functest/odl-sfc/config.yaml b/tests/functest/odl-sfc/config.yaml index 05f087f0..7861d771 100644 --- a/tests/functest/odl-sfc/config.yaml +++ b/tests/functest/odl-sfc/config.yaml @@ -26,3 +26,16 @@ testcases: secgroup_descr: "Example Security group" test_vnfd_red: "test-vnfd1.yaml" test_vnfd_blue: "test-vnfd2.yaml" + + sfc_one_chain_two_service_functions_different_computes: + enabled: true + description: "ODL-SFC Testing SFs in different computes" + testname_db: "sfc_one_chain_two_service_functions_different_computes" + net_name: example-net + subnet_name: example-subnet + router_name: example-router + subnet_cidr: "11.0.0.0/24" + secgroup_name: "example-sg" + secgroup_descr: "Example Security group" + test_vnfd_red: "test2-vnfd1.yaml" + test_vnfd_blue: "test2-vnfd2.yaml" |