summaryrefslogtreecommitdiffstats
path: root/functest
diff options
context:
space:
mode:
authorCharalampos Kominos <Charalampos.Kominos@enea.com>2017-09-25 15:43:04 +0200
committerMorgan Richomme <morgan.richomme@orange.com>2017-09-25 20:05:59 +0000
commit0b15334d7f241d4da822d7c843fd2dfc5d1fdbac (patch)
treeb12a8da31a85e6ad756da53846debf7ee4789e11 /functest
parent6034156f81644bf02b93985acd732afd34c770e1 (diff)
Disable Promise testsuite on Fuel installer
When promise reads API v3.0 from the creds file it automatically uses v2.0. which is deprecated and not used by fuel. Therefore promise is removed from the functest suite JIRA: ARMBAND-314 Change-Id: I22b875c198c1922fd4ddb06c81c05884b5248eb4 Signed-off-by: Charalampos Kominos <Charalampos.Kominos@enea.com> (cherry picked from commit 8c3791f730effbf09fc95ef2bc66ff0d0a37e87b)
Diffstat (limited to 'functest')
-rw-r--r--functest/ci/testcases.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml
index 04a3cc5e1..5c77f8465 100644
--- a/functest/ci/testcases.yaml
+++ b/functest/ci/testcases.yaml
@@ -243,8 +243,8 @@ tiers:
description: >-
Test suite from Promise project.
dependencies:
- installer: '(fuel)|(joid)'
- scenario: ''
+ installer: 'joid'
+ scenario: 'ocl-nofeature'
run:
module: 'functest.core.feature'
class: 'BashFeature'