diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-10-02 09:56:02 +0200 |
---|---|---|
committer | Cedric Ollivier <cedric.ollivier@orange.com> | 2017-10-02 08:17:20 +0000 |
commit | 52b62e4fb4070aec9059b18bf630550f35eee7e2 (patch) | |
tree | fcacc791a3b8f8e0422cbc31b41606cd573e8f0b | |
parent | 8d316d09a8794630b9290873658515e656e09d98 (diff) |
Enable promise on all fuel and joid scenarii
Change-Id: I9735788fbbe715968560570543d1dc9d55e065b7
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 36b648a6e928ac0819a607cd2231faa803418b7a)
-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 f127dd383..97b2414e0 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' |