diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2016-07-28 21:09:39 +0200 |
---|---|---|
committer | Jose Lausuch <jose.lausuch@ericsson.com> | 2016-07-28 20:21:40 +0000 |
commit | 4d647e03fc776e9ea369481217d1825c3625b041 (patch) | |
tree | e6175c325d9a77b3e3a48d1c55088f722c8b120a /ci/testcases.yaml | |
parent | 37f3f67687ad8c71a90328d1b9c2c011f0843a59 (diff) |
Select test cases in tempest to be blacklisted per each scenario
JIRA: FUNCTEST-396
Added example for SDNVPN test cases
Change-Id: I623130fc330c95239d982097552ca09f2a7ea34a
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 634d041b0..befcdd406 100644 --- a/ci/testcases.yaml +++ b/ci/testcases.yaml @@ -60,7 +60,7 @@ tiers: the OpenStack deplopyment. dependencies: installer: '' - scenario: '^(?!.*bgpvpn).*$' + scenario: '' - name: rally_sanity |