diff options
author | Betty Lin <betty.lin@canonical.com> | 2019-07-12 14:23:49 +0800 |
---|---|---|
committer | Betty Lin <betty.lin@canonical.com> | 2019-07-15 16:10:10 +0800 |
commit | 06da6996e2ecfc27147253d87db6a79bede22c39 (patch) | |
tree | 8f62ca5967a7b80cb48ff65d7b29a351e0ddcdfa /units | |
parent | 010bf9acf4255e6a41e3ec25383c033e6eef8020 (diff) |
Add after suspend dvd read tests
Because of discovering a bug of DVD ROM not working after suspend. Add dvd read tests after suspend. LP: #1834623
Diffstat (limited to 'units')
-rw-r--r-- | units/optical/jobs.pxu | 2 | ||||
-rw-r--r-- | units/optical/test-plan.pxu | 23 |
2 files changed, 25 insertions, 0 deletions
diff --git a/units/optical/jobs.pxu b/units/optical/jobs.pxu index 707c02d2..53a28772 100644 --- a/units/optical/jobs.pxu +++ b/units/optical/jobs.pxu @@ -16,6 +16,7 @@ id: optical/read_{name} estimated_duration: 120.0 user: root command: optical_read_test /dev/{name} +flags: also-after-suspend-manual _description: PURPOSE: This test will check your {product} device's ability to read CD media @@ -164,6 +165,7 @@ requires: optical_drive_{name}.bd_read == "supported" user: root command: optical_read_test /dev/{name} +flags: also-after-suspend-manual _description: PURPOSE: This test will check your {product} device's ability to read Blu-Ray (BD) media diff --git a/units/optical/test-plan.pxu b/units/optical/test-plan.pxu index 2e53d795..f927f00c 100644 --- a/units/optical/test-plan.pxu +++ b/units/optical/test-plan.pxu @@ -31,6 +31,17 @@ include: bootstrap_include: device +id: after-suspend-optical-cert-full +unit: test plan +_name: Optical drive tests (after suspend) +_description: + Optical drive tests (after suspend) +include: + optical/detect certification-status=blocker + after-suspend-manual-optical/read_.* certification-status=blocker + after-suspend-manual-optical/bluray-read_.* certification-status=blocker +bootstrap_include: + device id: optical-cert-blockers unit: test plan @@ -42,3 +53,15 @@ include: optical/bluray-read_.* certification-status=blocker bootstrap_include: device + +id: after-suspend-optical-cert-blockers +unit: test plan +_name: Optical drive tests (certification blockers only) +_description: Optical drive tests (certification blockers only) +include: + optical/detect certification-status=blocker + after-suspend-manual-optical/read_.* certification-status=blocker + after-suspend-manual-optical/bluray-read_.* certification-status=blocker +bootstrap_include: + device + |