blob: e1ccc0d7ef0c009f7cddb7fa25fe59236816a74f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
##############################################################################
# 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'
|