diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2017-09-25 21:13:04 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2017-09-25 21:13:04 +0200 |
commit | 704d45e3a86d7efc226685da2cf065ab4cc77442 (patch) | |
tree | a10b66e6ee50e0f07b30f2400cedabb5b6286b63 /units/camera | |
parent | 9f61ef644ec28b3e83a7cf7ad69d48edea50e40e (diff) |
Add automated and blockers test plans meant to be used as nested parts
Diffstat (limited to 'units/camera')
-rw-r--r-- | units/camera/test-plan.pxu | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/units/camera/test-plan.pxu b/units/camera/test-plan.pxu index 998be608..2cf55503 100644 --- a/units/camera/test-plan.pxu +++ b/units/camera/test-plan.pxu @@ -15,3 +15,29 @@ _description: Camera tests (after suspend) include: camera/display_after_suspend certification-status=blocker camera/still_after_suspend certification-status=blocker + +id: camera-cert-automated +unit: test plan +_name: Camera tests (automated) +_description: Camera tests (automated) +include: + camera/detect certification-status=blocker + camera/multiple-resolution-images certification-status=blocker + +id: camera-cert-blockers +unit: test plan +_name: Camera tests (certification blockers only) +_description: Camera tests (certification blockers only) +include: + camera/detect certification-status=blocker + camera/still certification-status=blocker + camera/display certification-status=blocker + camera/multiple-resolution-images certification-status=blocker + +id: after-suspend-camera-cert-blockers +unit: test plan +_name: Camera tests (after suspend, certification blockers only) +_description: Camera tests (after suspend, certification blockers only) +include: + camera/display_after_suspend certification-status=blocker + camera/still_after_suspend certification-status=blocker |