summaryrefslogtreecommitdiffstats
path: root/etc/userconfig/sdnvpn_config_testcase3.yaml
diff options
context:
space:
mode:
authorxudan <xudan16@huawei.com>2019-05-13 04:40:24 -0400
committerDan Xu <xudan16@huawei.com>2019-05-22 06:23:29 +0000
commit2bb4fd12a195f32357fafd8b11374118fc336d3c (patch)
treed7f24f7cc38147aaafd2eb135b031e49a1427f54 /etc/userconfig/sdnvpn_config_testcase3.yaml
parent47559a6afe2c66ff536c45f61be730991042b68d (diff)
Remove sdnvpn test cases
Functest removed test case 'bgpvpn' from scope of Hunter release. Also remove them from Dovetail for next release. The original link of refstack is invalid now. Changing it to interop link. Change-Id: I5b686496e106d688b8b3768401be95ac58fa2122 Signed-off-by: xudan <xudan16@huawei.com>
Diffstat (limited to 'etc/userconfig/sdnvpn_config_testcase3.yaml')
-rw-r--r--etc/userconfig/sdnvpn_config_testcase3.yaml35
1 files changed, 0 insertions, 35 deletions
diff --git a/etc/userconfig/sdnvpn_config_testcase3.yaml b/etc/userconfig/sdnvpn_config_testcase3.yaml
deleted file mode 100644
index e1ccc0d7..00000000
--- a/etc/userconfig/sdnvpn_config_testcase3.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
-##############################################################################
-# Copyright (c) 2019 opnfv.
-#
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Apache License, Version 2.0
-# which accompanies this distribution, and is available at
-# http://www.apache.org/licenses/LICENSE-2.0
-##############################################################################
-
-defaults:
- flavor: m1.tiny # adapt to your environment
-
-testcases:
- sdnvpn.test.functest.testcase_3:
- enabled: true
- description: Data center gateway integration
- testname_db: functest_testcase_3
- secgroup_name: sdnvpn-sg
- secgroup_descr: Security group for SDNVPN test cases
- image_name: sdnvpn-image
- ubuntu_image_name: sdnvpn-ubuntu-image
- net_1_name: sdnvpn-3-1-net
- subnet_1_name: sdnvpn-3-1-subnet
- subnet_1_cidr: 10.10.10.0/24
- router_1_name: sdnvpn-3-1-router
- quagga_net_name: sdnvpn-3-2-quagga-net
- quagga_subnet_name: sdnvpn-3-2-quagga-subnet
- quagga_subnet_cidr: 10.10.11.0/24
- quagga_router_name: sdnvpn-3-2-quagga-router
- quagga_instance_name: sdnvpn-3-2-quagga
- quagga_instance_ip: 10.10.11.5
- instance_1_name: sdnvpn-3-1
- instance_1_ip: 10.10.10.5
- import_targets: '31:31'
- export_targets: '32:32'