diff options
author | Jeff Lane <jeffrey.lane@canonical.com> | 2019-02-13 16:19:49 -0500 |
---|---|---|
committer | Jeff Lane <jeffrey.lane@canonical.com> | 2019-02-13 16:19:49 -0500 |
commit | 011413adb490bc0181cbb710d01464b4902b97bf (patch) | |
tree | d4ce64eabaf71924ecd76157b2382cf3ffcfc583 /units | |
parent | 928732fb124a96929fbab342dd40a8c5d2ca703e (diff) |
Added new GPGPU tests for cert. LP: #1815621
Diffstat (limited to 'units')
-rw-r--r-- | units/gpgpu/category.pxu | 3 | ||||
-rw-r--r-- | units/gpgpu/jobs.pxu | 8 | ||||
-rw-r--r-- | units/gpgpu/test-plan.pxu | 8 |
3 files changed, 19 insertions, 0 deletions
diff --git a/units/gpgpu/category.pxu b/units/gpgpu/category.pxu new file mode 100644 index 0000000..e07d1b4 --- /dev/null +++ b/units/gpgpu/category.pxu @@ -0,0 +1,3 @@ +unit: category +id: gpgpu +_name: GPGPU Compute Tests diff --git a/units/gpgpu/jobs.pxu b/units/gpgpu/jobs.pxu new file mode 100644 index 0000000..2c823a0 --- /dev/null +++ b/units/gpgpu/jobs.pxu @@ -0,0 +1,8 @@ +id: gpgpu/gpu-burn +category_id: gpgpu +plugin: shell +estimated_duration: 300 +requires: + package.name == 'cuda' +_summary: GPGPU stress testing +command: cd /opt/gpu-burn/ && ./gpu_burn 1800 diff --git a/units/gpgpu/test-plan.pxu b/units/gpgpu/test-plan.pxu new file mode 100644 index 0000000..eaf0db8 --- /dev/null +++ b/units/gpgpu/test-plan.pxu @@ -0,0 +1,8 @@ +id: gpgpu-tests +unit: test plan +_name: GPGPU Compute Testing +_description: + Tests for GPGPU Computations (non-graphical) +mandatory_include: + gpgpu/gpu-burn +include: |