diff options
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" |