diff options
author | Valentin Boucher <valentin.boucher@kontron.com> | 2018-08-07 12:30:50 -0400 |
---|---|---|
committer | Valentin Boucher <valentin.boucher@kontron.com> | 2018-08-10 15:26:34 -0400 |
commit | 86a239dba6e5c2abced2b1de53e57aba3c04b82c (patch) | |
tree | 3b0f271b9191e3fbfbe933a9b8af3360365f0ae3 /docker | |
parent | 3d1986d1a8035e93b7ad7e4331cb1cbe126a857f (diff) |
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>
Diffstat (limited to 'docker')
-rw-r--r-- | docker/features/testcases.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
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' |