From 27474a4a1ecea5080331a8043eeac35f1e1e5a8b Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Fri, 13 Mar 2020 16:39:16 +0100 Subject: Take latest test cases into account MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It adds k8s_vims, kube_bench and kube_hunter. Change-Id: I13ead6e23c675a6ed2e70d95914cbf7cf9d54842 Signed-off-by: Cédric Ollivier (cherry picked from commit adaa8ba5907040fdd8198d3fb801256021514dd5) --- ansible/site.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ansible/site.yml') diff --git a/ansible/site.yml b/ansible/site.yml index 2c10b4d4..6fb31c7d 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -25,6 +25,12 @@ - name: functest-kubernetes-healthcheck ref_arg: path: docker/healthcheck + - name: functest-kubernetes-cnf + ref_arg: BRANCH + path: docker/cnf + - name: functest-kubernetes-security + ref_arg: BRANCH + path: docker/security - name: build containers containers: - name: functest-kubernetes-smoke @@ -42,3 +48,12 @@ - k8s_conformance properties: execution-type: SEQUENTIALLY + - repo: opnfv + container: functest-kubernetes-cnf + tests: + - k8s_vims + - repo: opnfv + container: functest-kubernetes-security + tests: + - kube_hunter + - kube_bench -- cgit