diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2016-07-04 18:06:59 +0200 |
---|---|---|
committer | jose.lausuch <jose.lausuch@ericsson.com> | 2016-07-08 15:02:55 +0200 |
commit | db65ad73091345231022bbde247c4ef4fb75219c (patch) | |
tree | 61a6e9cfd7ff342be9e07a75367f8f91022759eb /test/functest/config.yaml | |
parent | 79dc8c7fe14ebce964a9aee6779026dac17c4319 (diff) |
Add testcase1 implementation
JIRA: SDNVPN-30
Change-Id: I4d31e9c4dc683c031d6a3d44e0d2bf4d80332281
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Diffstat (limited to 'test/functest/config.yaml')
-rw-r--r-- | test/functest/config.yaml | 61 |
1 files changed, 39 insertions, 22 deletions
diff --git a/test/functest/config.yaml b/test/functest/config.yaml index 8aacb04..5fab134 100644 --- a/test/functest/config.yaml +++ b/test/functest/config.yaml @@ -1,26 +1,43 @@ ---- +testcases: + tempest_1: + enabled: true + description: ODL VPN Service tests + type: bash -tempest_1: - enabled: true - description: ODL VPN Service tests - type: bash + tempest_2: + enabled: true + description: OpenStack Neutron BGPVPN API 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 + instance_2_name: sdnvpn-2 + instance_3_name: sdnvpn-3 + instance_4_name: sdnvpn-4 + instance_5_name: sdnvpn-5 + image_name: sdnvpn-image + net_1_name: sdnvpn-1-net + subnet_1_name: sdnvpn-1-subnet + subnet_1_cidr: 10.10.10.0/24 + router_1_name: sdnvpn-1-router + net_2_name: sdnvpn-2-net + subnet_2_name: sdnvpn-1-subnet + subnet_2_cidr: 10.10.11.0/24 + router_2_name: sdnvpn-2-router + sdnvpn_sg_name: sdnvpn-sg + sdnvpn_sg_descr: Security group for SDNVPN test cases -testcase_1: - enabled: true - description: VPN provides connectivity between subnets - type: python + testcase_2: + enabled: true + description: Tenant separation + type: python -testcase_2: - enabled: true - description: Tenant separation - type: python - -testcase_3: - enabled: true - description: Data center gateway integration - type: python + testcase_3: + enabled: true + description: Data center gateway integration + type: python |