From 77b687f4daf8e7d07b05b5ba197375790d6d5939 Mon Sep 17 00:00:00 2001 From: Jonathan Cave Date: Thu, 29 Nov 2018 11:52:16 +0000 Subject: disk: add manual test plans for nesting --- units/disk/test-plan.pxu | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.3 From 1ec77694554c6cbbaacf7f90d07474535ce24e47 Mon Sep 17 00:00:00 2001 From: Jonathan Cave Date: Thu, 29 Nov 2018 11:52:28 +0000 Subject: socketcan: add manual test plans for nesting --- units/socketcan/test-plan.pxu | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) 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 -- cgit v1.2.3