blob: 381258f21f385554e3e0f99d75b2296878bc4ec4 (
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
|
---
- hosts: 127.0.0.1
roles:
- role: collivier.xtesting
project: functest-kubernetes
db_project: functest
docker_tags:
- v1.28:
branch: stable/v1.28
suites:
- container: functest-kubernetes-healthcheck
tests:
- k8s_quick
- k8s_smoke
- container: functest-kubernetes-smoke
timeout: 3h
properties:
execution-type: SEQUENTIALLY
tests:
- xrally_kubernetes
- k8s_conformance
- k8s_conformance_serial
- sig_api_machinery
- sig_api_machinery_serial
- sig_apps
- sig_apps_serial
- sig_auth
- sig_cluster_lifecycle
- sig_instrumentation
- sig_network
- sig_node
- 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
- netperf
- container: functest-kubernetes-cnf
tests:
- k8s_vims
- helm_vims
|