Split opnfv/functest-kubernetes
[functest-kubernetes.git] / docker / features / testcases.yaml
1 ---
2 tiers:
3     -
4         name: stor4nfv
5         order: 3
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'