Currently we are running a relatively long sequence of steps given by control file i.e.
default_actions = str("reboot,unplug,plug,login,unplug,plug,"
"suspend,resume,unplug,suspend,plug,resume,"
"suspend,unplug,resume,plug")
This is a more of a stress sequence that still can be kept, but we should separate the main events into other control files. Like
- unplug,plug
- reboot,login
- unplug,login,plug
- login,suspend,resume
- login,unplug,plug
- login,unplug,suspend,resume,plug
- login,unplug,suspend,plug,resume
- login,suspend,unplug,resume,plug
Comment 1 by bugdroid1@chromium.org
, Jun 30 2016