aboutsummaryrefslogtreecommitdiffstats
path: root/ansible
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:25:12 +0200
commit463f233c0abb77f6758e7c39fa05b5c118fbaf1f (patch)
treebdf1e4ba21e6e0e0b58b6a4d482e16208266d76c /ansible
parent9913456884a19525bae18226ef0a6233f00993b2 (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>
Diffstat (limited to 'ansible')
-rw-r--r--ansible/site.cntt.yml25
1 files changed, 25 insertions, 0 deletions
diff --git a/ansible/site.cntt.yml b/ansible/site.cntt.yml
new file mode 100644
index 00000000..5f652d10
--- /dev/null
+++ b/ansible/site.cntt.yml
@@ -0,0 +1,25 @@
+---
+- hosts: 127.0.0.1
+ roles:
+ - role: collivier.xtesting
+ project: functest-kubernetes
+ db_project: functest
+ 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