aboutsummaryrefslogtreecommitdiffstats
path: root/functest
diff options
context:
space:
mode:
authorCharalampos Kominos <Charalampos.Kominos@enea.com>2017-09-25 15:43:04 +0200
committerJose Lausuch <jalausuch@suse.com>2017-09-25 15:10:10 +0000
commit8c3791f730effbf09fc95ef2bc66ff0d0a37e87b (patch)
tree0d646208b1d1b63fb0a516790b3bc9e7b5f94067 /functest
parent95705a54f1ab956801926302f7c7fbc088251eb7 (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>
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'