Merge "Fix issue of error image when running healthcheck case on arm platform"
[functest-kubernetes.git] / docker / smoke / testcases.yaml
1 ---
2 tiers:
3     -
4         name: smoke
5         order: 1
6         ci_loop: '(merge)|(verify)|(daily)|(weekly)'
7         description: >-
8             A set of conformance tests integrated from kubernetes project.
9         testcases:
10             -
11                 case_name: k8s_conformance
12                 project_name: functest
13                 criteria: 100
14                 blocking: false
15                 description: >-
16                     Conformance Tests are expect to pass on any Kubernetes
17                     cluster, this tests are necessary demonstrate conformance
18                     of the Kubernetes deployment.
19                 dependencies:
20                     - DEPLOY_SCENARIO: 'k8-*'
21                 run:
22                     module: 'functest_kubernetes.k8stest'
23                     class: 'K8sConformanceTest'