diff options
author | Maciej Kisielewski <maciej.kisielewski@canonical.com> | 2018-02-05 15:35:57 +0100 |
---|---|---|
committer | Maciej Kisielewski <maciej.kisielewski@canonical.com> | 2018-02-05 15:35:57 +0100 |
commit | c5242a3eaaec1ea3b7274fbce224502728fa444e (patch) | |
tree | 1880f3473ffa4692175c4cfb7723d8d02b7a331c /units | |
parent | 5fb798eee7bdebfbfec515a89718f561ca0fa81f (diff) |
split touchscreen-cert-full into three
Signed-off-by: Maciej Kisielewski <maciej.kisielewski@canonical.com>
Diffstat (limited to 'units')
-rw-r--r-- | units/touchscreen/test-plan.pxu | 33 |
1 files changed, 26 insertions, 7 deletions
diff --git a/units/touchscreen/test-plan.pxu b/units/touchscreen/test-plan.pxu index e984af9..1682136 100644 --- a/units/touchscreen/test-plan.pxu +++ b/units/touchscreen/test-plan.pxu @@ -1,14 +1,33 @@ id: touchscreen-cert-full unit: test plan _name: Touchscreen tests -_description: Touchscreen tests +_description: + Touchscreen tests include: - touchscreen/drag-n-drop certification-status=blocker - touchscreen/multitouch-zoom certification-status=blocker - touchscreen/multitouch-rotate - touchscreen/3-touch-tap certification-status=blocker - touchscreen/4-touch-tap certification-status=blocker - touchscreen/multitouch-dash certification-status=non-blocker +nested_part: + com.canonical.certification::touchscreen-cert-manual + com.canonical.certification::touchscreen-cert-automated + +id: touchscreen-cert-manual +unit: test plan +_name: Touchscreen tests (Manual) +_description: + Touchscreen tests (Manual) +include: + touchscreen/drag-n-drop certification-status=blocker + touchscreen/multitouch-zoom certification-status=blocker + touchscreen/multitouch-rotate + touchscreen/3-touch-tap certification-status=blocker + touchscreen/4-touch-tap certification-status=blocker + touchscreen/multitouch-dash certification-status=non-blocker + +id: touchscreen-cert-automated +unit: test plan +_name: Touchscreen tests (Automated) +_description: + Touchscreen tests (Automated) +include: + id: touchscreen-cert-blockers unit: test plan |