From 86a239dba6e5c2abced2b1de53e57aba3c04b82c Mon Sep 17 00:00:00 2001
From: Valentin Boucher <valentin.boucher@kontron.com>
Date: Tue, 7 Aug 2018 12:30:50 -0400
Subject: Test OpenStack vGPU feature

XCI will be able to deploy this feature
on top of pharos lab with GPU so we have test it

This test can be improved in the future with OpenCL tests etc

|        DEPLOY_SCENARIO        |       os-nosdn-vgpu-ha     |

+-------------------+-------------------+------------------+----------------+
|     TEST CASE     |      PROJECT      |     DURATION     |     RESULT     |
+-------------------+-------------------+------------------+----------------+
|        vgpu       |      functest     |      01:00       |      PASS      |
+-------------------+-------------------+------------------+----------------+

Change-Id: I50618f47097a0257b1834b3966054d20458715df
Signed-off-by: Valentin Boucher <valentin.boucher@kontron.com>
---
 docker/features/testcases.yaml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

(limited to 'docker')

diff --git a/docker/features/testcases.yaml b/docker/features/testcases.yaml
index 23cd4d4a0..3912b3d8f 100644
--- a/docker/features/testcases.yaml
+++ b/docker/features/testcases.yaml
@@ -82,3 +82,15 @@ 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'
-- 
cgit