diff options
author | Maciej Kisielewski <maciej.kisielewski@canonical.com> | 2018-02-05 11:55:49 +0100 |
---|---|---|
committer | Maciej Kisielewski <maciej.kisielewski@canonical.com> | 2018-02-05 11:55:49 +0100 |
commit | b64d8a04ae4ffcb7be008165502af0d7bb89116e (patch) | |
tree | ea195310c94c6a7392a61b557bc571e26677c1e5 /units | |
parent | 88baa4d49f122a2bd563e49b958568295b09674b (diff) |
split led-cert-full into three
Signed-off-by: Maciej Kisielewski <maciej.kisielewski@canonical.com>
Diffstat (limited to 'units')
-rw-r--r-- | units/led/test-plan.pxu | 42 |
1 files changed, 34 insertions, 8 deletions
diff --git a/units/led/test-plan.pxu b/units/led/test-plan.pxu index f43a3ca..88d38a6 100644 --- a/units/led/test-plan.pxu +++ b/units/led/test-plan.pxu @@ -2,19 +2,45 @@ id: led-cert-full unit: test plan _name: LED tests _description: + LED tests + Notes: - led/power-blink-suspend and led/suspend are used later in the + power management testplan just after a number of suspend tests. + - led/wireless is redundant given that we have led/wlan and + led/bluetooth already. +include: +nested_part: + com.canonical.certification::led-cert-manual + com.canonical.certification::led-cert-automated + +id: led-cert-manual +unit: test plan +_name: LED tests (Manual) +_description: LED tests Notes: - led/power-blink-suspend and led/suspend are used later in the power management testplan just after a number of suspend tests. - led/wireless is redundant given that we have led/wlan and - led/bluetooth already. + led/bluetooth already. (Manual) include: - led/battery-charged - led/battery-charging - led/battery-low - led/camera - led/caps-lock - led/power - led/touchpad + led/battery-charged + led/battery-charging + led/battery-low + led/camera + led/caps-lock + led/power + led/touchpad + +id: led-cert-automated +unit: test plan +_name: LED tests (Automated) +_description: + LED tests + Notes: - led/power-blink-suspend and led/suspend are used later in the + power management testplan just after a number of suspend tests. + - led/wireless is redundant given that we have led/wlan and + led/bluetooth already. (Automated) +include: + id: after-suspend-led-cert-full unit: test plan |