From 72b6571f2b448e27a1d8c50dd8f27e564004d687 Mon Sep 17 00:00:00 2001 From: Juan Vidal Date: Mon, 13 Feb 2017 14:32:04 +0000 Subject: Introduce new test case: symmetric service chain JIRA: SFC-53 The goal is to verify that the traffic traverses the service chain, not only in the uplink (client --> server) direction, but also in the downlink (client <-- server) direction, which is the part that is not currently being covered by other test cases. Change-Id: I198a53e5afe3da1b397cee95627834856498b674 Signed-off-by: Juan Vidal --- sfc/tests/functest/config.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'sfc/tests/functest/config.yaml') diff --git a/sfc/tests/functest/config.yaml b/sfc/tests/functest/config.yaml index 9cc4c5f4..618d69e1 100644 --- a/sfc/tests/functest/config.yaml +++ b/sfc/tests/functest/config.yaml @@ -42,3 +42,17 @@ testcases: secgroup_descr: "Example Security group" test_vnfd_red: "test2-vnfd1.yaml" test_vnfd_blue: "test2-vnfd2.yaml" + + sfc_symmetric_chain: + enabled: true + description: "Verify the behavior of a symmetric service chain" + testname_db: "sfc_symmetric_chain" + 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: "test3-vnfd1.yaml" + allowed_source_port: 22222 + blocked_source_port: 33333 -- cgit 1.2.3-korg