Add initial python class for kubernetes testing
[functest-kubernetes.git] / docker / testcases.yaml
1 ---
2 tiers:
3     -
4         name: k8s_e2e
5         order: 1
6         ci_loop: '(daily)|(weekly)'
7         description: >-
8             A set of e2e tests integrated from kubernetes project.
9         testcases:
10             -
11                 case_name: k8s_smoke
12                 project_name: functest
13                 criteria: 100
14                 blocking: false
15                 description: >-
16                     Smoke Tests a running Kubernetes cluster, which
17                     validates the deployed cluster is accessible, and
18                     at least satisfies minimal functional requirements.
19                 dependencies:
20                     installer: '(compass)|(joid)'
21                     scenario: 'k8-*'
22                 run:
23                     module: 'functest_kubernetes.k8stest'
24                     class: 'K8sSmokeTest'