diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2017-09-25 21:13:04 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2017-09-25 21:13:04 +0200 |
commit | 704d45e3a86d7efc226685da2cf065ab4cc77442 (patch) | |
tree | a10b66e6ee50e0f07b30f2400cedabb5b6286b63 /units/wireless | |
parent | 9f61ef644ec28b3e83a7cf7ad69d48edea50e40e (diff) |
Add automated and blockers test plans meant to be used as nested parts
Diffstat (limited to 'units/wireless')
-rw-r--r-- | units/wireless/test-plan.pxu | 48 |
1 files changed, 45 insertions, 3 deletions
diff --git a/units/wireless/test-plan.pxu b/units/wireless/test-plan.pxu index b2c73ff..b4cf2f7 100644 --- a/units/wireless/test-plan.pxu +++ b/units/wireless/test-plan.pxu @@ -3,6 +3,22 @@ unit: test plan _name: Wireless tests _description: Wireless connection tests include: +nested_part: + wireless-cert-automated + +id: after-suspend-wireless-cert-full +unit: test plan +_name: Wireless tests (after suspend) +_description: Wireless connection tests (after suspend) +include: +nested_part: + after-suspend-wireless-cert-automated + +id: wireless-cert-automated +unit: test plan +_name: Wireless tests +_description: Wireless connection tests +include: wireless/wireless_scanning certification-status=blocker wireless/wireless_connection_wpa_bg certification-status=blocker wireless/wireless_connection_open_bg certification-status=blocker @@ -11,10 +27,36 @@ include: wireless/wireless_connection_wpa_ac certification-status=blocker wireless/wireless_connection_open_ac certification-status=blocker -id: after-suspend-wireless-cert-full +id: after-suspend-wireless-cert-automated unit: test plan -_name: Wireless tests (after suspend) -_description: Wireless connection tests (after suspend) +_name: Wireless tests (after suspend, automated) +_description: Wireless connection tests (after suspend, automated) +include: + suspend/wireless_connection_after_suspend_wpa_bg certification-status=blocker + suspend/wireless_connection_after_suspend_open_bg certification-status=blocker + suspend/wireless_connection_after_suspend_wpa_n certification-status=blocker + suspend/wireless_connection_after_suspend_open_n certification-status=blocker + suspend/wireless_connection_after_suspend_wpa_ac certification-status=blocker + suspend/wireless_connection_after_suspend_open_ac certification-status=blocker + +id: wireless-cert-blockers +unit: test plan +_name: Wireless tests (certification blockers only) +_description: Wireless connection tests (certification blockers only) +include: + wireless/wireless_scanning certification-status=blocker + wireless/wireless_connection_wpa_bg certification-status=blocker + wireless/wireless_connection_open_bg certification-status=blocker + wireless/wireless_connection_wpa_n certification-status=blocker + wireless/wireless_connection_open_n certification-status=blocker + wireless/wireless_connection_wpa_ac certification-status=blocker + wireless/wireless_connection_open_ac certification-status=blocker + +id: after-suspend-wireless-cert-blockers +unit: test plan +_name: Wireless tests (after suspend, certification blockers only) +_description: + Wireless connection tests (after suspend, certification blockers only) include: suspend/wireless_connection_after_suspend_wpa_bg certification-status=blocker suspend/wireless_connection_after_suspend_open_bg certification-status=blocker |