aboutsummaryrefslogtreecommitdiffstats
path: root/ansible
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-08-22 16:36:19 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2020-08-22 18:26:23 +0200
commit57960180aa549b1f4384c5e780d9aecc31ec10a9 (patch)
treed0fad57d11e97f1125cc2b7601ae825d001bf56a /ansible
parent9eed007fc2e1445dc68426d9d1c144f4bd545c77 (diff)
Add xrally_kubernetes_full
It iterates 10 times all operations run by xrally_kubernetes. Now times, concurrenty and count can be set via testcases.yaml. It creates a new containers functest-kubernetes-benchamrking as Functest. Change-Id: Ibfd493b987a359a3f16c2d8db0aef6b8e90b7e92 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit a0f76d884c1f13c27e906136d3418f12b5342fc4)
Diffstat (limited to 'ansible')
-rw-r--r--ansible/site.yml12
1 files changed, 10 insertions, 2 deletions
diff --git a/ansible/site.yml b/ansible/site.yml
index 9586f9f6..b628fce1 100644
--- a/ansible/site.yml
+++ b/ansible/site.yml
@@ -20,7 +20,7 @@
- name: functest-kubernetes-core
ref_arg: BRANCH
path: docker/core
- - name: build opnfv/functest-kubernetes-healthcheck
+ - name: build containers
containers:
- name: functest-kubernetes-healthcheck
ref_arg:
@@ -31,11 +31,16 @@
- name: functest-kubernetes-security
ref_arg: BRANCH
path: docker/security
- - name: build containers
+ - name: build opnfv/functest-kubernetes-smoke
containers:
- name: functest-kubernetes-smoke
ref_arg:
path: docker/smoke
+ - name: build opnfv/functest-kubernetes-benchmarking
+ containers:
+ - name: functest-kubernetes-benchmarking
+ ref_arg:
+ path: docker/benchmarking
suites:
- container: functest-kubernetes-healthcheck
tests:
@@ -48,6 +53,9 @@
tests:
- kube_hunter
- kube_bench
+ - container: functest-kubernetes-benchmarking
+ tests:
+ - xrally_kubernetes_full
- container: functest-kubernetes-cnf
tests:
- k8s_vims