79e170d4276e8b7d8b0d6134b6aa0105395fb251
[functest-kubernetes.git] / docker / smoke / testcases.yaml
1 ---
2 tiers:
3     -
4         name: smoke
5         description: >-
6             A set of conformance tests integrated from kubernetes project.
7         testcases:
8             -
9                 case_name: k8s_conformance
10                 project_name: functest
11                 criteria: 100
12                 blocking: false
13                 description: >-
14                     Conformance Tests are expect to pass on any Kubernetes
15                     cluster, this tests are necessary demonstrate conformance
16                     of the Kubernetes deployment.
17                 dependencies:
18                     - DEPLOY_SCENARIO: 'k8-*'
19                 run:
20                     name: e2e_testing
21                     args:
22                         focus: \[Conformance\]
23                         skip: \[Disruptive\]|NoExecuteTaintManager
24             -
25                 case_name: xrally_kubernetes
26                 project_name: functest
27                 criteria: 100
28                 blocking: false
29                 description: >-
30                     All in one tasks for checking basic functionality of
31                     Kubernetes cluster.
32                 dependencies:
33                     - DEPLOY_SCENARIO: 'k8-*'
34                 run:
35                     name: xrally_kubernetes