From 80c6eb6f6eb1fae6f345f54d7265ba218b049c69 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Sun, 19 Aug 2018 13:02:50 +0200 Subject: [PATCH] Add vgpu in global testcases.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It completes the patch introducing vgpu [1]. [1] https://gerrit.opnfv.org/gerrit/#/c/60713/ Change-Id: Ib2a22dd656d365e87a37a239f0a0ee747c95b117 Signed-off-by: Cédric Ollivier --- functest/ci/testcases.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index fd6204e61..72b0ba8aa 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -478,6 +478,18 @@ tiers: args: suites: - /src/fds/testing/robot + - + case_name: vgpu + project_name: functest + criteria: 100 + blocking: false + description: >- + Test suite for the OpenStack vGPU feature + dependencies: + - DEPLOY_SCENARIO: 'vgpu' + run: + module: 'functest.opnfv_tests.openstack.vgpu.vgpu' + class: 'vGPU' - name: components -- 2.16.6