Integrate Stor4NFV feature openstack test case 81/61281/3
authorQiaowei Ren <qiaowei.ren@intel.com>
Thu, 23 Aug 2018 06:03:52 +0000 (14:03 +0800)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sat, 25 Aug 2018 07:30:54 +0000 (09:30 +0200)
Change-Id: I245d0fbe8f026a24138ede4041caae4dccc15cc0
Signed-off-by: Qiaowei Ren <qiaowei.ren@intel.com>
ci/run.yaml
docker/features/testcases.yaml
docker/features/thirdparty-requirements.txt
functest/ci/testcases.yaml

index ad2a225..28a5f82 100644 (file)
       - barometercollectd
       - fds
       - vgpu
+      - stor4nfv_os
     jobs:
       - '{repo}-{container}-{test}-{tag}-run'
 
             - 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'
index 3912b3d..1384511 100644 (file)
@@ -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'
index 73c11b4..510b3e6 100644 (file)
@@ -4,4 +4,5 @@ robotframework-sshlibrary;python_version=='2.7'
 baro_tests
 sdnvpn
 sfc
+stor4nfv_tests
 doctor-tests;python_version>='3.0'
index 72b0ba8..6efdfb1 100644 (file)
@@ -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