diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2016-07-15 14:14:24 +0200 |
---|---|---|
committer | Jose Lausuch <jose.lausuch@ericsson.com> | 2016-07-15 15:25:33 +0000 |
commit | a7fd37c13857fd3b7a0d10ffe8d79ff1c45dc002 (patch) | |
tree | 0d42d47121ead949c0a4bb5af9ff879907078dac /ci/testcases.yaml | |
parent | d00295b551e36639396dbe2e8da25213e90b5263 (diff) |
Use blacklist of Tempest test cases for SDNVPN scenario
This patch disables tempest smoke from being executed in bgpvpn scenarios.
Since there is a known upstream issue which won't be resolved before Colorado,
it doesn't make sense to run the test cases in Tempest that will fail due
to that issue.
The Tempest suite will be triggered along with the "features" tier, with
a given blacklist of the known test that will fail.
JIRA: FUNCTEST-369
Change-Id: Ifc533077207e9d62d49bcedcc3cd0936df312891
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Diffstat (limited to 'ci/testcases.yaml')
-rw-r--r-- | ci/testcases.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/testcases.yaml b/ci/testcases.yaml index b4d9b07e9..55d099c9c 100644 --- a/ci/testcases.yaml +++ b/ci/testcases.yaml @@ -56,7 +56,7 @@ tiers: the OpenStack deplopyment. dependencies: installer: '' - scenario: '' + scenario: '^(?!.*bgpvpn).*$' - name: rally_sanity |