diff options
author | Nikolas Hermanns <nikolas.hermanns@ericsson.com> | 2016-12-14 06:36:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-12-14 06:36:32 +0000 |
commit | 033ddcc028b083df3ec9c077c6cb4bc53f4dc5d3 (patch) | |
tree | 58db761c398c438ae0fcaf1c016b2819b2b7b93f /test/functest/config.yaml | |
parent | fdd7790f733d83022ace8c5be102a1aa57699fcb (diff) | |
parent | ac65b2e59e4e27b005f4541eddd36fe811bb854b (diff) |
Merge "Testcase for router/FloatingIP & net assoc mutual exclusivity"
Diffstat (limited to 'test/functest/config.yaml')
-rw-r--r-- | test/functest/config.yaml | 21 |
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' |