diff options
author | Jose Lausuch <jose.lausuch@ericsson.com> | 2017-03-01 10:44:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-01 10:44:17 +0000 |
commit | 4e0ebc01f1fa41d1b15f7d135c3769a051b1667c (patch) | |
tree | 5c1784d5b260577f618f54e6b027ec58064cdb6a /functest/ci | |
parent | 8ad45aea10e3e2ec5168eacd53c7f32cf3a17e9b (diff) | |
parent | dabe3d98bd487a82ad7003d1aa9f9dc126daee28 (diff) |
Merge "Re-enable the tests for bgpvpn scenario wich use floating ips"
Diffstat (limited to 'functest/ci')
-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 ed3a0b84..598da396 100755 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -74,7 +74,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' @@ -118,7 +118,7 @@ tiers: Rally suite in smoke mode. dependencies: installer: '' - scenario: '^((?!bgpvpn).)*$' + scenario: '' run: module: 'functest.opnfv_tests.openstack.rally.rally' class: 'RallySanity' |