aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-09-09 19:25:12 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2020-09-09 19:32:25 +0200
commit1f05c5c417d8b1bca4cc68bc568783d1178256c4 (patch)
treefe8102d6a3fab1dfb3b39b283856b350157d118c
parentba15bbded85f73010e251cc9b735b8f8d44d32da (diff)
Publish CNTT RC2 playbook
It runs the mandatory CNTT test cases [1]. [1] https://github.com/cntt-n/CNTT/commit/6af033c254727b7405fbfb2efbaa023e2b8ba876 Change-Id: I87d381c78049f7309c564791ed701cf446cc85d2 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 463f233c0abb77f6758e7c39fa05b5c118fbaf1f)
-rw-r--r--ansible/site.cntt.yml28
1 files changed, 28 insertions, 0 deletions
diff --git a/ansible/site.cntt.yml b/ansible/site.cntt.yml
new file mode 100644
index 00000000..e4114cd6
--- /dev/null
+++ b/ansible/site.cntt.yml
@@ -0,0 +1,28 @@
+---
+- hosts: 127.0.0.1
+ roles:
+ - role: collivier.xtesting
+ project: functest-kubernetes
+ db_project: functest
+ docker_tags:
+ - iruya:
+ branch: stable/iruya
+ suites:
+ - container: functest-kubernetes-healthcheck
+ tests:
+ - k8s_quick
+ - k8s_smoke
+ - container: functest-kubernetes-smoke
+ tests:
+ - xrally_kubernetes
+ - k8s_conformance
+ - container: functest-kubernetes-security
+ tests:
+ - kube_hunter
+ - kube_bench
+ - container: functest-kubernetes-benchmarking
+ tests:
+ - xrally_kubernetes_full
+ - container: functest-kubernetes-cnf
+ tests:
+ - k8s_vims