summaryrefslogtreecommitdiffstats
path: root/functest/ci
diff options
context:
space:
mode:
authorJose Lausuch <jose.lausuch@ericsson.com>2017-03-01 10:44:17 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-03-01 10:44:17 +0000
commit4e0ebc01f1fa41d1b15f7d135c3769a051b1667c (patch)
tree5c1784d5b260577f618f54e6b027ec58064cdb6a /functest/ci
parent8ad45aea10e3e2ec5168eacd53c7f32cf3a17e9b (diff)
parentdabe3d98bd487a82ad7003d1aa9f9dc126daee28 (diff)
Merge "Re-enable the tests for bgpvpn scenario wich use floating ips"
Diffstat (limited to 'functest/ci')
-rwxr-xr-xfunctest/ci/testcases.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml
index ed3a0b843..598da3969 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'