Disable Promise testsuite on Fuel installer 11/43011/5
authorCharalampos Kominos <Charalampos.Kominos@enea.com>
Mon, 25 Sep 2017 13:43:04 +0000 (15:43 +0200)
committerJose Lausuch <jalausuch@suse.com>
Mon, 25 Sep 2017 15:10:10 +0000 (15:10 +0000)
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>
functest/ci/testcases.yaml

index 04a3cc5..5c77f84 100644 (file)
@@ -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'