From ac65b2e59e4e27b005f4541eddd36fe811bb854b Mon Sep 17 00:00:00 2001 From: Romanos Skiadas Date: Wed, 7 Dec 2016 14:11:16 +0200 Subject: Testcase for router/FloatingIP & net assoc mutual exclusivity A testcase for ODL Bug 6962, testing whether a subnet with a router can be network associated: - Create two VMs, each in a subnet with a router - Network assoc the two networks in a VPN iRT=eRT - Try to ping from one VM to the other - Assign a floating IP to a VM - Ping it JIRA: SDNVPN-88 Change-Id: I464f62b8bba55bc5d162071406637f6be846f223 Signed-off-by: Romanos Skiadas --- test/functest/config.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'test/functest/config.yaml') diff --git a/test/functest/config.yaml b/test/functest/config.yaml index d075c77..ccd5db7 100644 --- a/test/functest/config.yaml +++ b/test/functest/config.yaml @@ -99,3 +99,24 @@ testcases: targets1: '88:88' targets2: '55:55' route_distinguishers: '12:12' + + testcase_7: + enabled: false + description: Network associate VPNs with routers attached (ODL Bug 6962) + success_criteria: 100 + testname_db: functest_testcase_7 + image_name: sdnvpn-image + instance_1_name: sdnvpn-7-1 + instance_2_name: sdnvpn-7-2 + net_1_name: sdnvpn-7-1 + subnet_1_name: sdnvpn-7-1-subnet + subnet_1_cidr: 10.10.10.0/24 + router_1_name: sdnvpn-7-1-router + net_2_name: sdnvpn-7-2 + subnet_2_name: sdnvpn-7-2-subnet + subnet_2_cidr: 10.10.20.0/24 + router_2_name: sdnvpn-7-2-router + secgroup_name: sdnvpn-sg + secgroup_descr: Security group for SDNVPN test cases + targets: '77:77' + route_distinguishers: '11:11' -- cgit 1.2.3-korg