summaryrefslogtreecommitdiffstats
path: root/test/functest/config.yaml
diff options
context:
space:
mode:
authorRomanos Skiadas <rski@intracom-telecom.com>2016-12-07 14:11:16 +0200
committerRomanos Skiadas <rski@intracom-telecom.com>2016-12-13 15:35:52 +0200
commitac65b2e59e4e27b005f4541eddd36fe811bb854b (patch)
treec7ffd4fb744b48d838f78e515a9fec84c4c38835 /test/functest/config.yaml
parente01762afb78c7c4938ce16d52b7f47fdbb4ed4dc (diff)
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 <rski@intracom-telecom.com>
Diffstat (limited to 'test/functest/config.yaml')
-rw-r--r--test/functest/config.yaml21
1 files changed, 21 insertions, 0 deletions
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'