summaryrefslogtreecommitdiffstats
path: root/test/functest/config.yaml
blob: 629955638b7de0ca190f7f2bcf0be390c62506c3 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
testcases:
  tempest_1:
      enabled: true
      description: ODL VPN Service tests
      type: bash

  tempest_2:
      enabled: true
      description: OpenStack Neutron BGPVPN API tests
      type: bash

  testcase_1:
      enabled: true
      description: VPN provides connectivity between subnets
      type: python
      ping_timeout:   200
      flavor: m1.tiny # adapt to your environment
      instance_1_name: sdnvpn-1-1
      instance_2_name: sdnvpn-1-2
      instance_3_name: sdnvpn-1-3
      instance_4_name: sdnvpn-1-4
      instance_5_name: sdnvpn-1-5
      image_name: sdnvpn-image
      net_1_name: sdnvpn-1-1-net
      subnet_1_name: sdnvpn-1-1-subnet
      subnet_1_cidr: 10.10.10.0/24
      router_1_name: sdnvpn-1-1-router
      net_2_name: sdnvpn-1-2-net
      subnet_2_name: sdnvpn-1-2-subnet
      subnet_2_cidr: 10.10.11.0/24
      router_2_name: sdnvpn-1-2-router
      sdnvpn_sg_name: sdnvpn-sg
      sdnvpn_sg_descr: Security group for SDNVPN test cases

  testcase_2:
      enabled: true
      description: Tenant separation
      type: python
      ping_timeout:   200
      flavor: m1.tiny # adapt to your environment
      instance_1_name: sdnvpn-2-1
      instance_2_name: sdnvpn-2-2
      instance_3_name: sdnvpn-2-3
      instance_4_name: sdnvpn-2-4
      instance_5_name: sdnvpn-2-5
      image_name: sdnvpn-image
      net_1_name: sdnvpn-2-1-net
      subnet_1_name: sdnvpn-2-1-subnet
      subnet_1_cidr: 10.10.10.0/24
      router_1_name: sdnvpn-2-1-router
      net_2_name: sdnvpn-2-2-net
      subnet_2_name: sdnvpn-2-2-subnet
      subnet_2_cidr: 10.10.11.0/24
      router_2_name: sdnvpn-2-2-router
      sdnvpn_sg_name: sdnvpn-sg
      sdnvpn_sg_descr: Security group for SDNVPN test cases

  testcase_3:
      enabled: true
      description: Data center gateway integration
      type: python