diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2017-02-16 16:20:09 +0100 |
---|---|---|
committer | Jose Lausuch <jose.lausuch@ericsson.com> | 2017-02-25 19:36:21 +0000 |
commit | dabe3d98bd487a82ad7003d1aa9f9dc126daee28 (patch) | |
tree | e12712983c376ffb16fc8158b40a9361a6e2842d /functest/ci/testcases.yaml | |
parent | 18758a75e76e7f80d7be0c79b7044d404bd588bc (diff) |
Re-enable the tests for bgpvpn scenario wich use floating ips
Change-Id: Ia468b9c9ab9f74a3255aa3647916d1018cef2902
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Diffstat (limited to 'functest/ci/testcases.yaml')
-rwxr-xr-x | functest/ci/testcases.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 77bd0152..5bb0a381 100755 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -86,7 +86,7 @@ tiers: over a private network. dependencies: installer: '' - scenario: '^((?!bgpvpn|odl_l3).)*$' + scenario: '^((?!odl_l3).)*$' run: module: 'functest.opnfv_tests.openstack.vping.vping_ssh' class: 'VPingSSH' @@ -130,7 +130,7 @@ tiers: Rally suite in smoke mode. dependencies: installer: '' - scenario: '^((?!bgpvpn).)*$' + scenario: '' run: module: 'functest.opnfv_tests.openstack.rally.rally' class: 'RallySanity' |