Comment 1 for bug 861218

Revision history for this message
Daniel Manrique (roadmr) wrote : Re: Sleep key test should depend on suspend test

As of revision 1021 of checkbox, the keys/sleep job contains the required dependency on suspend/suspend_advanced:

plugin: manual
name: keys/sleep
requires: device.product in ['Notebook','Laptop','Portable']
depends: suspend/suspend_advanced
_description:
 Press the sleep key on the keyboard. The computer should suspend and, \
 after pressing the power button, resume successfully.
 .
 Does the key work?

I'll try to confirm and see why it's not working as intended.