blob: c8bde27cad7ea63a7dabb2346133129b3e373088 (
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
|
---
tiers:
-
name: smoke
order: 1
ci_loop: '(merge)|(verify)|(daily)|(weekly)'
description: >-
A set of conformance tests integrated from kubernetes project.
testcases:
-
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: ''
scenario: 'k8-*'
run:
module: 'functest_kubernetes.k8stest'
class: 'K8sConformanceTest'
|