-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathTODO
55 lines (46 loc) · 1.22 KB
/
TODO
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
https://checkbox.readthedocs.io/en/latest/
deps.sh:
TODO:
only add dependencies when needed (cheese not needed on desktops)
DONE:
add cheese
firmware.pxu:
TODO:
add check for Intel M.E.
audio.pxu:
TODO:
`Test speaker output` and `Test internal microphone input` only need to run on laptops
Add S/PDIF check
monitor.pxu:
TODO:
longterm- autodetect what display ports exist, only ask for those tests
DONE:
VGA test stands for DVI as well
hotkey.pxu:
NOTE:
`_description` tag is most visible when testing, most descriptive/details
should be listed there
DONE:
Ellaborate that for laptops with color changing keyboard backlights, those
hotkeys should be tested as well. By default keyboard backlight should
be white
display switch hotkey description should be completed
MISC.
TODO:
Test all ports (USB, ethernet, etc)
TEST:
Test lock screen. Check mouse goes away.
Test bluetooth (just speaker )
Test wifi connects (and reconnects after system resume)
DONE:
laptop.pxu:
TODO:
TEST:
test lid switch. System should suspend when lid is closed
system should not suspend when monitor is attached
DONE:
desktop.pxu:
TODO:
Add tests for configuring and testing drive possibilities (including RAID)
QUESTIONS:
does `include:` take categories or ids?