Conform with last Xtesting updates 09/61109/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Mon, 20 Aug 2018 09:16:24 +0000 (11:16 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Mon, 20 Aug 2018 09:16:24 +0000 (11:16 +0200)
Change-Id: If22886c8e436203c9878d0e97aa1250493804bc5
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
docker/features/testcases.yaml
docker/healthcheck/testcases.yaml

index 1cc5341..926ae0e 100644 (file)
@@ -16,8 +16,7 @@ tiers:
                     This tests are necessary to demonstrate conformance
                     of the K8s+Stor4NFV deployment.
                 dependencies:
-                    installer: ''
-                    scenario: 'stor4nfv'
+                    - DEPLOY_SCENARIO: 'stor4nfv'
                 run:
                     module: 'stor4nfv_tests.stor4nfv_k8s'
                     class: 'K8sStor4nfvTest'
@@ -38,8 +37,7 @@ tiers:
                     This tests are necessary to demonstrate features
                     of K8s+Istio+Clover deployment.
                 dependencies:
-                    installer: ''
-                    scenario: 'clover'
+                    - DEPLOY_SCENARIO: 'clover'
                 run:
                     module: 'clover.functest.clover_k8s'
                     class: 'K8sCloverTest'
index 4100cd3..b4f6e58 100644 (file)
@@ -17,8 +17,7 @@ tiers:
                     validates the deployed cluster is accessible, and
                     at least satisfies minimal functional requirements.
                 dependencies:
-                    installer: ''
-                    scenario: 'k8-*'
+                    - DEPLOY_SCENARIO: 'k8-*'
                 run:
                     module: 'functest_kubernetes.k8stest'
                     class: 'K8sSmokeTest'