diff options
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 |