Conform with last Xtesting updates
[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 to demonstrate conformance
17                     of the K8s+Stor4NFV deployment.
18                 dependencies:
19                     - DEPLOY_SCENARIO: 'stor4nfv'
20                 run:
21                     module: 'stor4nfv_tests.stor4nfv_k8s'
22                     class: 'K8sStor4nfvTest'
23
24     -
25         name: clover
26         order: 2
27         ci_loop: '(daily)|(weekly)'
28         description: >-
29             Test suite from Clover project.
30         testcases:
31             -
32                 case_name: clover_k8s
33                 project_name: clover
34                 criteria: 100
35                 blocking: false
36                 description: >-
37                     This tests are necessary to demonstrate features
38                     of K8s+Istio+Clover deployment.
39                 dependencies:
40                     - DEPLOY_SCENARIO: 'clover'
41                 run:
42                     module: 'clover.functest.clover_k8s'
43                     class: 'K8sCloverTest'