summaryrefslogtreecommitdiff
path: root/units
diff options
authorJonathan Cave <jonathan.cave@canonical.com>2018-11-29 11:52:28 +0000
committerJonathan Cave <jonathan.cave@canonical.com>2018-11-29 11:52:28 +0000
commit1ec77694554c6cbbaacf7f90d07474535ce24e47 (patch)
tree578ad886b5d9fc9d98c235fdfef6beb53836cea6 /units
parent77b687f4daf8e7d07b05b5ba197375790d6d5939 (diff)
socketcan: add manual test plans for nesting
Diffstat (limited to 'units')
-rw-r--r--units/socketcan/test-plan.pxu36
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