aboutsummaryrefslogtreecommitdiffstats
path: root/ansible
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-03-13 16:39:16 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2020-03-13 16:40:24 +0100
commitadaa8ba5907040fdd8198d3fb801256021514dd5 (patch)
tree1cdb5d2f9aa0dab9eb399ce6d14fdcec4de38705 /ansible
parent98d9f93337ab514fa9aafc1cd1e87473de68b364 (diff)
Take latest test cases into account
It adds k8s_vims, kube_bench and kube_hunter. Change-Id: I13ead6e23c675a6ed2e70d95914cbf7cf9d54842 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'ansible')
-rw-r--r--ansible/site.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/ansible/site.yml b/ansible/site.yml
index 9cbd50f6..829f51a2 100644
--- a/ansible/site.yml
+++ b/ansible/site.yml
@@ -22,6 +22,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
@@ -39,3 +45,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