From eff6e0be5ec8141c1d4d0ca258950e6f8e79aa7c Mon Sep 17 00:00:00 2001 From: QiLiang Date: Wed, 28 Mar 2018 17:00:27 +0800 Subject: Add testcase clover_k8s Clover testcase hook patch: https://gerrit.opnfv.org/gerrit/#/c/54541/ This patch is depend on patch: https://gerrit.opnfv.org/gerrit/#/c/54695/ Scenario k8-istio-clover run k8s_smoke and clover_k8s Change-Id: I2cd76ed9d882f94567fd721d250da13b19aaa37b Signed-off-by: QiLiang --- docker/healthcheck/testcases.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker/healthcheck') diff --git a/docker/healthcheck/testcases.yaml b/docker/healthcheck/testcases.yaml index 5864755e..a5da95ad 100644 --- a/docker/healthcheck/testcases.yaml +++ b/docker/healthcheck/testcases.yaml @@ -17,7 +17,7 @@ tiers: validates the deployed cluster is accessible, and at least satisfies minimal functional requirements. dependencies: - installer: '(compass)|(joid)|(kubespray)' + installer: '(compass)|(joid)|(kubespray)|(container4nfv)' scenario: 'k8-*' run: module: 'functest_kubernetes.k8stest' -- cgit 1.2.3-korg