aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Ollivier <cedric.ollivier@orange.com>2018-08-25 07:49:37 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-08-25 07:49:37 +0000
commit52b6a690424819787e11d179d2cb05e33c0c12e1 (patch)
treeb349e95ccbfe9ea3cafc472383418b5d7e8ad5d2
parent58e58c658e91311d7a6eb54ac23dba13657a061f (diff)
parentc4c62dc33f63277975cf08e18501e76123494e86 (diff)
Merge "Integrate Stor4NFV feature openstack test case"
-rw-r--r--ci/run.yaml2
-rw-r--r--docker/features/testcases.yaml14
-rw-r--r--docker/features/thirdparty-requirements.txt1
-rw-r--r--functest/ci/testcases.yaml14
4 files changed, 31 insertions, 0 deletions
diff --git a/ci/run.yaml b/ci/run.yaml
index 3d869f26e..83d917aa6 100644
--- a/ci/run.yaml
+++ b/ci/run.yaml
@@ -168,6 +168,7 @@
- barometercollectd
- fds
- vgpu
+ - stor4nfv_os
jobs:
- '{repo}-{container}-{test}-{tag}-run'
@@ -184,6 +185,7 @@
- name: '{repo}-functest-features-barometercollectd-{tag}-run'
- name: '{repo}-functest-features-fds-{tag}-run'
- name: '{repo}-functest-features-vgpu-{tag}-run'
+ - name: '{repo}-functest-features-stor4nfv_os-{tag}-run'
- project:
name: '{repo}-functest-features-{tag}-run'
diff --git a/docker/features/testcases.yaml b/docker/features/testcases.yaml
index 3912b3d8f..138451174 100644
--- a/docker/features/testcases.yaml
+++ b/docker/features/testcases.yaml
@@ -94,3 +94,17 @@ tiers:
run:
module: 'functest.opnfv_tests.openstack.vgpu.vgpu'
class: 'vGPU'
+
+ -
+ case_name: stor4nfv_os
+ project_name: stor4nfv
+ criteria: 100
+ blocking: false
+ description: >-
+ This tests are necessary demonstrate conformance
+ of the OpenStack+Stor4NFV deployment.
+ dependencies:
+ - DEPLOY_SCENARIO: 'stor4nfv'
+ run:
+ module: 'stor4nfv_tests.stor4nfv_os'
+ class: 'OsStor4nfvTest'
diff --git a/docker/features/thirdparty-requirements.txt b/docker/features/thirdparty-requirements.txt
index 73c11b447..510b3e6f6 100644
--- a/docker/features/thirdparty-requirements.txt
+++ b/docker/features/thirdparty-requirements.txt
@@ -4,4 +4,5 @@ robotframework-sshlibrary;python_version=='2.7'
baro_tests
sdnvpn
sfc
+stor4nfv_tests
doctor-tests;python_version>='3.0'
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml
index 72b0ba8aa..6efdfb1fc 100644
--- a/functest/ci/testcases.yaml
+++ b/functest/ci/testcases.yaml
@@ -491,6 +491,20 @@ tiers:
module: 'functest.opnfv_tests.openstack.vgpu.vgpu'
class: 'vGPU'
+ -
+ case_name: stor4nfv_os
+ project_name: stor4nfv
+ criteria: 100
+ blocking: false
+ description: >-
+ This tests are necessary demonstrate conformance
+ of the OpenStack+Stor4NFV deployment.
+ dependencies:
+ - DEPLOY_SCENARIO: 'stor4nfv'
+ run:
+ module: 'stor4nfv_tests.stor4nfv_os'
+ class: 'OsStor4nfvTest'
+
-
name: components
order: 3