diff options
author | QiLiang <liangqi1@huawei.com> | 2018-03-28 17:00:27 +0800 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-04-09 11:28:34 +0200 |
commit | eff6e0be5ec8141c1d4d0ca258950e6f8e79aa7c (patch) | |
tree | 35f88c0c5a6d12070396095d5a79027fe1be733c /docker/healthcheck | |
parent | 2f640dcb032eac5ed62092736865e546f66e5d91 (diff) |
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 <liangqi1@huawei.com>
Diffstat (limited to 'docker/healthcheck')
-rw-r--r-- | docker/healthcheck/testcases.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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' |