summaryrefslogtreecommitdiffstats
path: root/docker/features/testcases.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docker/features/testcases.yaml')
-rw-r--r--docker/features/testcases.yaml23
1 files changed, 23 insertions, 0 deletions
diff --git a/docker/features/testcases.yaml b/docker/features/testcases.yaml
new file mode 100644
index 00000000..7ea601dc
--- /dev/null
+++ b/docker/features/testcases.yaml
@@ -0,0 +1,23 @@
+---
+tiers:
+ -
+ name: stor4nfv
+ order: 3
+ ci_loop: '(daily)|(weekly)'
+ description: >-
+ Test suite from Stor4NFV project.
+ testcases:
+ -
+ case_name: stor4nfv_k8s
+ project_name: stor4nfv
+ criteria: 100
+ blocking: false
+ description: >-
+ This tests are necessary demonstrate conformance
+ of the K8s+Stor4NFV deployment.
+ dependencies:
+ installer: 'compass'
+ scenario: 'stor4nfv'
+ run:
+ module: 'stor4nfv_tests.stor4nfv_k8s'
+ class: 'K8sStor4nfvTest'