From 2041b4bb57cb1d9efe4b9b0c2d9f0f4079ee3bea Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sun, 22 Apr 2018 19:16:35 +0200 Subject: Remove installer dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They are useless as all scenarios are well defined. It will allow running k8s testcases without defining INSTALLER_TYPE as OpenStack and eases maintaining that files. Change-Id: I6f9b0b5a8162e9db3ccc9155a9f88a97eda56f20 Signed-off-by: Cédric Ollivier --- docker/features/testcases.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docker/features/testcases.yaml') diff --git a/docker/features/testcases.yaml b/docker/features/testcases.yaml index 19c89afc..1cc53418 100644 --- a/docker/features/testcases.yaml +++ b/docker/features/testcases.yaml @@ -16,7 +16,7 @@ tiers: This tests are necessary to demonstrate conformance of the K8s+Stor4NFV deployment. dependencies: - installer: 'compass' + installer: '' scenario: 'stor4nfv' run: module: 'stor4nfv_tests.stor4nfv_k8s' @@ -38,7 +38,7 @@ tiers: This tests are necessary to demonstrate features of K8s+Istio+Clover deployment. dependencies: - installer: 'container4nfv' + installer: '' scenario: 'clover' run: module: 'clover.functest.clover_k8s' -- cgit 1.2.3-korg