diff options
author | Betty Lin <betty.lin@canonical.com> | 2019-06-12 16:46:21 +0800 |
---|---|---|
committer | Betty Lin <betty.lin@canonical.com> | 2019-06-12 16:46:21 +0800 |
commit | 894245484e583777503dcdfaf4722444e17f5e00 (patch) | |
tree | 21077e6aa89b193e831f0d29a18b03d091704b05 /units/camera | |
parent | 7c9b598b932760470ad0d0f2d4dc4c60dda320ee (diff) |
add flags to make the after suspend camera test can be run
We have after-suspend-camera-cert-blockers test plan but there is no correspond test case for it. Add the flags to make the test can be run. LP: #1831854
Diffstat (limited to 'units/camera')
-rw-r--r-- | units/camera/jobs.pxu | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/units/camera/jobs.pxu b/units/camera/jobs.pxu index b1e4b9c2..0605d182 100644 --- a/units/camera/jobs.pxu +++ b/units/camera/jobs.pxu @@ -15,6 +15,7 @@ template-unit: job plugin: user-interact-verify category_id: com.canonical.plainbox::camera id: camera/display_{name} +flags: also-after-suspend-manual _summary: Webcam video display test for {product_slug} estimated_duration: 120.0 depends: camera/detect @@ -57,6 +58,7 @@ plugin: user-interact-verify template-engine: jinja2 category_id: com.canonical.plainbox::camera id: camera/still_{{ name }} +flags: also-after-suspend-manual _summary: Webcam still image capture test for {{ product_slug }} estimated_duration: 120.0 depends: camera/detect |