diff options
-rw-r--r-- | ansible/site.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ansible/site.yml b/ansible/site.yml index 734d1fb3..d2bab12d 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 @@ -40,3 +46,14 @@ tests: - xrally_kubernetes - 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 |