aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/site.cntt.yml
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:30:09 +0200
commit51c2e933b06cd0bbbdd825ba25d3d46040f4d452 (patch)
tree7367715c670455190b5e1367878af6b899bcd751 /ansible/site.cntt.yml
parent2a2145fc2f5da3b43ec492b5c1e189dbd5de0b5c (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)
Diffstat (limited to 'ansible/site.cntt.yml')
-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..3a5145fd
--- /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:
+ - kali:
+ branch: stable/kali
+ 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