From c4c62dc33f63277975cf08e18501e76123494e86 Mon Sep 17 00:00:00 2001 From: Qiaowei Ren Date: Thu, 23 Aug 2018 14:03:52 +0800 Subject: Integrate Stor4NFV feature openstack test case Change-Id: I245d0fbe8f026a24138ede4041caae4dccc15cc0 Signed-off-by: Qiaowei Ren --- docker/features/testcases.yaml | 14 ++++++++++++++ docker/features/thirdparty-requirements.txt | 1 + 2 files changed, 15 insertions(+) (limited to 'docker') 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' -- cgit 1.2.3-korg