diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-10-02 09:56:02 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-10-02 09:56:02 +0200 |
commit | 36b648a6e928ac0819a607cd2231faa803418b7a (patch) | |
tree | 3187103343f5268e5caede387081167bcfb13b6a /functest/ci/testcases.yaml | |
parent | 65dc6b7e86f156c42043d54d805d032ea40509a8 (diff) |
Enable promise on all fuel and joid scenarii
Change-Id: I9735788fbbe715968560570543d1dc9d55e065b7
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'functest/ci/testcases.yaml')
-rw-r--r-- | 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 f127dd38..97b2414e 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -243,8 +243,8 @@ tiers: description: >- Test suite from Promise project. dependencies: - installer: 'joid' - scenario: 'ocl-nofeature' + installer: '(fuel)|(joid)' + scenario: '' run: module: 'functest.core.feature' class: 'BashFeature' |