From: Charalampos Kominos Date: Mon, 25 Sep 2017 13:43:04 +0000 (+0200) Subject: Disable Promise testsuite on Fuel installer X-Git-Tag: opnfv-6.0.0~400 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=8c3791f730effbf09fc95ef2bc66ff0d0a37e87b;p=functest.git 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 --- 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'