diff options
author | PMR <pmr@pmr-lander> | 2018-11-29 15:01:12 +0000 |
---|---|---|
committer | PMR <pmr@pmr-lander> | 2018-11-29 15:01:12 +0000 |
commit | 047d70bb09dafeca3a9bbbd2e40151c34d08a581 (patch) | |
tree | d495578c35ba9e1185d524d6047f915ac814a4ff /units | |
parent | fca2ed5b789607e7fa1eed4b2b0d92da7d8db03c (diff) | |
parent | 1ec77694554c6cbbaacf7f90d07474535ce24e47 (diff) |
Merge #359824 from ~jocave/plainbox-provider-checkbox:add-manual-nested-parts
Diffstat (limited to 'units')
-rw-r--r-- | units/disk/test-plan.pxu | 6 | ||||
-rw-r--r-- | units/socketcan/test-plan.pxu | 36 |
2 files changed, 42 insertions, 0 deletions
diff --git a/units/disk/test-plan.pxu b/units/disk/test-plan.pxu index b080966..3c59a64 100644 --- a/units/disk/test-plan.pxu +++ b/units/disk/test-plan.pxu @@ -36,6 +36,12 @@ include: nested_part: disk-automated +id: disk-manual +unit: test plan +_name: Manual disks tests +_description: Manual QA disk tests for Ubuntu Core devices +include: + id: disk-automated unit: test plan _name: Automated disk tests diff --git a/units/socketcan/test-plan.pxu b/units/socketcan/test-plan.pxu index 0e60f3b..bcd1b6c 100644 --- a/units/socketcan/test-plan.pxu +++ b/units/socketcan/test-plan.pxu @@ -8,6 +8,14 @@ include: socketcan/send_packet_remote_.* +id: socketcan-manual-remote +unit: test plan +_name: SocketCAN Tests (Manual, Remote) +_description: + SocketCAN Tests (Manual, Remote) +include: + + id: after-suspend-socketcan-auto-remote unit: test plan _name: SocketCAN Tests (Automated, Remote, After Suspend) @@ -17,6 +25,14 @@ include: after-suspend-socketcan/send_packet_remote_.* +id: after-suspend-socketcan-manual-remote +unit: test plan +_name: SocketCAN Tests (Manual, Remote, After Suspend) +_description: + SocketCAN Tests (Manual, Remote, After Suspend) +include: + + id: socketcan-auto-local unit: test plan _name: SocketCAN Tests (Automated, Local) @@ -26,6 +42,14 @@ include: socketcan/send_packet_local_.* +id: socketcan-manual-local +unit: test plan +_name: SocketCAN Tests (Manual, Local) +_description: + SocketCAN Tests (Manual, Local) +include: + + id: after-suspend-socketcan-auto-local unit: test plan _name: SocketCAN Tests (Automated, Local, After Suspend) @@ -35,6 +59,14 @@ include: after-suspend-socketcan/send_packet_local_.* +id: after-suspend-socketcan-manual-local +unit: test plan +_name: SocketCAN Tests (Manual, Local, After Suspend) +_description: + SocketCAN Tests (Manual, Local, After Suspend) +include: + + id: socketcan-full unit: test plan _name: SocketCAN Tests @@ -42,6 +74,8 @@ _description: SocketCAN Tests include: nested_part: + socketcan-manual-remote + socketcan-manual-local socketcan-auto-remote socketcan-auto-local @@ -53,5 +87,7 @@ _description: SocketCAN Tests (After Suspend) include: nested_part: + after-suspend-socketcan-manual-remote + after-suspend-socketcan-manual-local after-suspend-socketcan-auto-remote after-suspend-socketcan-auto-local |