Change-Id: If22886c8e436203c9878d0e97aa1250493804bc5
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
                     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'
                     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'
 
                     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'