blob: 493eb8b7ab82e99fbe05ca1d257e70ee39f12a9a (
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
|
---
tiers:
-
name: k8s_e2e
order: 1
ci_loop: '(daily)|(weekly)'
description: >-
A set of e2e tests integrated from kubernetes project.
testcases:
-
case_name: k8s_smoke
project_name: functest
criteria: 100
blocking: false
description: >-
Smoke Tests a running Kubernetes cluster, which
validates the deployed cluster is accessible, and
at least satisfies minimal functional requirements.
dependencies:
installer: '(compass)|(joid)'
scenario: 'k8-*'
run:
module: 'functest_kubernetes.k8stest'
class: 'K8sSmokeTest'
-
case_name: k8s_conformance
project_name: functest
criteria: 100
blocking: false
description: >-
Conformance Tests are expect to pass on any Kubernetes
cluster, this tests are necessary demonstrate conformance
of the Kubernetes deployment.
dependencies:
installer: '(compass)|(joid)'
scenario: 'k8-*'
run:
module: 'functest_kubernetes.k8stest'
class: 'K8sConformanceTest'
|