aboutsummaryrefslogtreecommitdiffstats
path: root/sfc/tests/functest/config.yaml
diff options
context:
space:
mode:
authorJuan Vidal <juan.vidal.allende@ericsson.com>2017-02-13 14:32:04 +0000
committerBrady Johnson <brady.allen.johnson@ericsson.com>2017-02-17 15:40:39 +0000
commit72b6571f2b448e27a1d8c50dd8f27e564004d687 (patch)
treea965201a58eb14bdd36f2aea135686adef1f05c6 /sfc/tests/functest/config.yaml
parent75ac61401c83253d533983de6e2650f82fc4c427 (diff)
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 <juan.vidal.allende@ericsson.com>
Diffstat (limited to 'sfc/tests/functest/config.yaml')
-rw-r--r--sfc/tests/functest/config.yaml14
1 files changed, 14 insertions, 0 deletions
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