diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-08-19 13:02:50 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-08-20 06:18:13 +0200 |
commit | 80c6eb6f6eb1fae6f345f54d7265ba218b049c69 (patch) | |
tree | 15f654276d25c571d21f712c219eb16a4b4c5070 | |
parent | 273ee796ccff38146c9342bc0a6bac19d7a8e6d2 (diff) |
Add vgpu in global testcases.yaml
It completes the patch introducing vgpu [1].
[1] https://gerrit.opnfv.org/gerrit/#/c/60713/
Change-Id: Ib2a22dd656d365e87a37a239f0a0ee747c95b117
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | functest/ci/testcases.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
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 |