blob: fc0f047c16c9173e8ce87533b77e9efbca5688fb (
plain)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | ################################################### Version: 0.1 The rules of the nested part for OEM projects. ################################################### I. Background All OEM projects should nest the test plan named "oem-generic-xxx" and then add the specific test plan and test case for the porject needed. II. Test plan structure Here using Somerville as an example: - client-cert-18-04 <--- oem-generic-full <--- somerville-iev-full - oem-generic-blocker <--- somerville-iev-blocker - oem-generic-audio <--- somerville-audio - client-cert-auto <--- oem-generic-auto <--- somerville-auto - oem-generic-docking <--- somerville-docking - oem-generic-graphic <--- somerville-graphic - oem-generic-stress <--- somerville-stress - oem-generic-touch-webcam <--- somerville-touch-webcam - oem-generic-wireless <--- somerville-wireless III. Test Revision History **** 2020/1 **** ** As 18.04 using Gnome 3.28.4 which dose not support OBEX browse file and ** get file. So, remove suspend/bluetooth_obex_browse_before_suspend suspend/bluetooth_obex_get_before_suspend suspend/bluetooth_obex_browse_after_suspend suspend/bluetooth_obex_get_after_suspend ** The Battery LED is controlled by EC. Nothing relates to OS. We could remove ** battery LED test with low risk. led/battery-charging led/battery-charged led/battery-low ** Remove Firewire, eSATA and Thunderbolt 2 test plan/cases ** because of IOS is not finalized and DVT1 hardware usually use engineering sample, ** the job failed almost. So, remove: miscellanea/dmitest_client **** 2019/7 18.04 Test Coverage **** Removed both before/after suspend test cases: bluetooth/HID keys/battery-info mediacard/sd-insert mediacard/sd-storage mediacard/sd-remove touchpad/horizontal touchpad/vertical touchpad/multitouch-manual touchpad/multitouch-dash
|