diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2016-07-14 10:58:33 +0200 |
---|---|---|
committer | jose.lausuch <jose.lausuch@ericsson.com> | 2016-07-14 11:02:38 +0200 |
commit | d118ba357ece52c37e03d26ed114ec59f57c2ca5 (patch) | |
tree | c92ca0b5713cccd486fce797cbaf83bcd8829649 /test/functest/config.yaml | |
parent | b2058a81210e70dbfc3bcf1f5ed9f7cdbc73c62a (diff) |
Add tempest wrapper to enable the bgpvpn plugin for tempest
The tempest.conf is copied to bgpvpn_tempest.conf to be updated
with the needed parameters, in this case, only adding
bgpvpn=True.
The way to execute this module only is with the option -C.
For example:
run_tempest.sh -C bgpvpn_tempest.conf -t
-N -- networking_bgpvpn_tempest
Change-Id: I465961bc619f59355be964eb94f916cb877b2273
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Diffstat (limited to 'test/functest/config.yaml')
-rw-r--r-- | test/functest/config.yaml | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/test/functest/config.yaml b/test/functest/config.yaml index 91f960e..83564c4 100644 --- a/test/functest/config.yaml +++ b/test/functest/config.yaml @@ -1,18 +1,11 @@ testcases: - tempest_1: + tempest: enabled: true - description: ODL VPN Service tests - type: bash - - tempest_2: - enabled: true - description: OpenStack Neutron BGPVPN API tests - type: bash + description: Neutron BGPVPN tests in tempest 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 @@ -35,7 +28,6 @@ testcases: 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 @@ -60,7 +52,6 @@ testcases: sdnvpn_sg_descr: Security group for SDNVPN test cases testcase_3: - enabled: true + enabled: false description: Data center gateway integration - type: python |