blob: 8bae60dda36e89e3e995e74d642909c10e02b694 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
---
- 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
timeout: 3h
properties:
execution-type: SEQUENTIALLY
tests:
- xrally_kubernetes
- k8s_io
- k8s_conformance
- k8s_conformance_serial
- sig_api_machinery
- sig_api_machinery_serial
- sig_apps
- sig_apps_serial
- sig_auth
- sig_cli
- sig_cli_serial
- sig_cluster_lifecycle
- sig_instrumentation
- sig_network
- sig_network_serial
- sig_node
- sig_node_serial
- sig_scheduling_serial
- sig_storage
- sig_storage_serial
- container: functest-kubernetes-security
tests:
- kube_hunter
- kube_bench_master
- kube_bench_node
- container: functest-kubernetes-benchmarking
tests:
- xrally_kubernetes_full
- container: functest-kubernetes-cnf
tests:
- k8s_vims
- helm_vims
- cnf_conformance
|