From 8c3791f730effbf09fc95ef2bc66ff0d0a37e87b Mon Sep 17 00:00:00 2001 From: Charalampos Kominos Date: Mon, 25 Sep 2017 15:43:04 +0200 Subject: 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 --- functest/ci/testcases.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'functest') 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' -- cgit 1.2.3-korg