Merge "Add unit test for config file validation"
[functest-kubernetes.git] / docker / features / testcases.yaml
1 ---
2 tiers:
3     -
4         name: stor4nfv
5         order: 1
6         ci_loop: '(daily)|(weekly)'
7         description: >-
8             Test suite from Stor4NFV project.
9         testcases:
10             -
11                 case_name: stor4nfv_k8s
12                 project_name: stor4nfv
13                 criteria: 100
14                 blocking: false
15                 description: >-
16                     This tests are necessary demonstrate conformance
17                     of the K8s+Stor4NFV deployment.
18                 dependencies:
19                     installer: 'compass'
20                     scenario: 'stor4nfv'
21                 run:
22                     module: 'stor4nfv_tests.stor4nfv_k8s'
23                     class: 'K8sStor4nfvTest'
24
25     -
26         name: clover
27         order: 2
28         ci_loop: '(daily)|(weekly)'
29         description: >-
30             Test suite from Clover project.
31         testcases:
32             -
33                 case_name: clover_k8s
34                 project_name: clover
35                 criteria: 100
36                 blocking: false
37                 description: >-
38                     This tests are necessary demonstrate features
39                     of K8s+Istio+Clover deployment.
40                 dependencies:
41                     installer: 'container4nfv'
42                     scenario: 'clover'
43                 run:
44                     module: 'clover.functest.clover_k8s'
45                     class: 'K8sCloverTest'