diff options
author | Jonathan Cave <jonathan.cave@canonical.com> | 2018-11-29 11:52:28 +0000 |
---|---|---|
committer | Jonathan Cave <jonathan.cave@canonical.com> | 2018-11-29 11:52:28 +0000 |
commit | 1ec77694554c6cbbaacf7f90d07474535ce24e47 (patch) | |
tree | 578ad886b5d9fc9d98c235fdfef6beb53836cea6 | |
parent | 77b687f4daf8e7d07b05b5ba197375790d6d5939 (diff) |
socketcan: add manual test plans for nesting
-rw-r--r-- | units/socketcan/test-plan.pxu | 36 |
1 files changed, 36 insertions, 0 deletions
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 |